diff --git a/Cargo.lock b/Cargo.lock index 5c0d8bd7a7..4a8e788ccd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -69,9 +69,9 @@ checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" [[package]] name = "arc-swap" -version = "1.9.0" +version = "1.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a07d1f37ff60921c83bdfc7407723bdefe89b44b98a9b772f225c8f9d67141a6" +checksum = "6a3a1fd6f75306b68087b831f025c712524bcb19aad54e557b1129cfa0a2b207" dependencies = [ "rustversion", ] diff --git a/Cargo.toml b/Cargo.toml index a6700e041f..9f34daa585 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ license-file = "LICENSE" publish = false [workspace.dependencies] -arc-swap = "= 1.9.0" +arc-swap = "= 1.9.1" axum-server = { version = "= 0.8.0", features = ["tls-rustls-no-provider"] } aws-lc-rs = { version = "= 1.16.2", features = ["fips"] } clap = { version = "= 4.6.0", features = ["derive", "env"] }