summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 fe3cf04..6a7db2d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -524,9 +524,9 @@ dependencies = [
[[package]]
name = "libc"
-version = "0.2.158"
+version = "0.2.159"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439"
+checksum = "561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5"
[[package]]
name = "lock_api"
diff --git a/Cargo.toml b/Cargo.toml
index 4eb88db..cf59e6c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -32,7 +32,7 @@ futures-util = { version = "0.3.30", default-features = false }
tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread", "net", "signal"] }
resolv-conf = "0.7.0"
nix = { version = "0.29.0", features = ["fs", "signal"] }
-libc = "0.2.158"
+libc = "0.2.159"
arc-swap = "1.7.1"
flume = "0.11.0"