diff --git a/Cargo.lock b/Cargo.lock index 4e3903bfe5..37eb31082a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -520,9 +520,12 @@ dependencies = [ [[package]] name = "arc-swap" -version = "1.7.1" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457" +checksum = "51d03449bb8ca2cc2ef70869af31463d1ae5ccc8fa3e334b307203fbf815207e" +dependencies = [ + "rustversion", +] [[package]] name = "arraydeque" diff --git a/lib/collection/Cargo.toml b/lib/collection/Cargo.toml index 662f309b75..fdbb32963e 100644 --- a/lib/collection/Cargo.toml +++ b/lib/collection/Cargo.toml @@ -59,7 +59,7 @@ atomicwrites = { workspace = true} log = { workspace = true } env_logger = "0.11" async-trait = "0.1.89" -arc-swap = "1.7.1" +arc-swap = "1.8.0" tonic = { workspace = true } uuid = { workspace = true } url = { version = "2", features = ["serde"] }