diff --git a/Cargo.lock b/Cargo.lock index 5af827a..e5cffd0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -62,9 +62,9 @@ checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" [[package]] name = "arc-swap" -version = "1.8.0" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51d03449bb8ca2cc2ef70869af31463d1ae5ccc8fa3e334b307203fbf815207e" +checksum = "9ded5f9a03ac8f24d1b8a25101ee812cd32cdc8c50a4c50237de2c4915850e73" dependencies = [ "rustversion", ] diff --git a/Cargo.toml b/Cargo.toml index 9284321..f0111c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,7 @@ derive_more = { version = "2.1.1", features = [ "deref", "deref_mut", ] } -arc-swap = "1.8.0" +arc-swap = "1.8.1" nix = { version = "0.30.1" } # networking