diff --git a/quickwit/Cargo.lock b/quickwit/Cargo.lock index e79ac5d1be2..15f81683c71 100644 --- a/quickwit/Cargo.lock +++ b/quickwit/Cargo.lock @@ -201,9 +201,9 @@ checksum = "8f1f8f5a6f3d50d89e3797d7593a50f96bb2aaa20ca0cc7be1fb673232c91d72" [[package]] name = "arc-swap" -version = "1.6.0" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6" +checksum = "7b3d0060af21e8d11a926981cc00c6c1541aa91dd64b9f881985c3da1094425f" [[package]] name = "arrayvec" diff --git a/quickwit/Cargo.toml b/quickwit/Cargo.toml index b8644a761f2..3e8a2310212 100644 --- a/quickwit/Cargo.toml +++ b/quickwit/Cargo.toml @@ -80,7 +80,7 @@ license = "AGPL-3.0-or-later" [workspace.dependencies] anyhow = "1" -arc-swap = "1.6" +arc-swap = "1.7" assert-json-diff = "2" async-compression = { version = "0.4", features = ["tokio", "gzip"] } async-speed-limit = "0.4"