From ba26b80d6f98161da2c677b00cc18da061485c94 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 21:55:06 +0000 Subject: [PATCH] fix(deps): update rust crate libc to 0.2.165 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"