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 a5d2a43..b96d7a2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -934,9 +934,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tokio"
-version = "1.39.0"
+version = "1.39.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9c3318c4fc7126c339a40fbc025927d0328ca32259f68bfe4321660644c1f626"
+checksum = "daa4fb1bc778bd6f04cbfc4bb2d06a7396a8f299dc33ea1900cedaa316f467b1"
dependencies = [
"backtrace",
"bytes",
diff --git a/Cargo.toml b/Cargo.toml
index 468a57e..94778ef 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,7 +30,7 @@ hickory-proto = "0.24.1"
hickory-client = "0.24.1"
anyhow = "1.0.86"
futures-util = { version = "0.3.30", default-features = false }
-tokio = { version = "1.39.0", features = ["macros", "rt-multi-thread", "net", "signal"] }
+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"