diff --git a/Cargo.lock b/Cargo.lock index 1c35aa90..3c273c3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -526,9 +526,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.164" +version = "0.2.165" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "433bfe06b8c75da9b2e3fbea6e5329ff87748f0b144ef75306e674c3f6f7c13f" +checksum = "fcb4d3d38eab6c5239a362fa8bae48c03baf980a6e7079f063942d563ef3533e" [[package]] name = "lock_api" diff --git a/Cargo.toml b/Cargo.toml index 52485553..1a6ae043 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ hickory-client = "0.24.1" futures-util = { version = "0.3.31", default-features = false } tokio = { version = "1.41.1", features = ["macros", "rt-multi-thread", "net", "signal"] } nix = { version = "0.29.0", features = ["fs", "signal", "net"] } -libc = "0.2.164" +libc = "0.2.165" arc-swap = "1.7.1" flume = "0.11.1"