diff --git a/Cargo.lock b/Cargo.lock index a36bdaa..de87f73 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -345,9 +345,12 @@ checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" [[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 = "arcstr" diff --git a/Cargo.toml b/Cargo.toml index 81a17b9..9164dfc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -97,7 +97,7 @@ pingora-memory-cache = { git = "https://github.com/gen0sec/pingora", rev = "c921 mimalloc = { version = "0.1.48", default-features = false } dashmap = "7.0.0-rc2" ctrlc = "3.5.0" -arc-swap = "1.7.1" +arc-swap = "1.8.0" prometheus = "0.14.0" once_cell = "1.21.3" maxminddb = "0.27"