summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-08-15 23:23:02 +0000
committerGitHub <noreply@github.com>2024-08-15 23:23:02 +0000
commitbd49d091f44e584adf1a816d8860ff027dcabfe3 (patch)
tree7af3583371b91178a6816e4132a8c546c3bae6b4
parent7cc82a44d9c876b934c74b4b175a9ada662758d8 (diff)
fix(deps): update rust crate libc to 0.2.156
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 7523d37..b82673c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -524,9 +524,9 @@ dependencies = [
[[package]]
name = "libc"
-version = "0.2.155"
+version = "0.2.156"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
+checksum = "a5f43f184355eefb8d17fc948dbecf6c13be3c141f20d834ae842193a448c72a"
[[package]]
name = "lock_api"
diff --git a/Cargo.toml b/Cargo.toml
index 03a618c..f95434d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -32,7 +32,7 @@ futures-util = { version = "0.3.30", default-features = false }
tokio = { version = "1.39.2", features = ["macros", "rt-multi-thread", "net", "signal"] }
resolv-conf = "0.7.0"
nix = { version = "0.29.0", features = ["fs", "signal"] }
-libc = "0.2.154"
+libc = "0.2.156"
arc-swap = "1.7.1"
flume = "0.11.0"