summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-08-30 11:26:04 +0000
committerGitHub <noreply@github.com>2024-08-30 11:26:04 +0000
commit16c85e4161eafd701f7b86befddc3982b112a49b (patch)
tree8dc3a340578f9ff0cca863fa808fab1fed16c1d0
parente80efd06e2083f79c4d33a27d01d42cfe9cab125 (diff)
fix(deps): update rust crate tokio to 1.40.0
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 ba5b6ae..fe3cf04 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -921,9 +921,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tokio"
-version = "1.39.3"
+version = "1.40.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9babc99b9923bfa4804bd74722ff02c0381021eafa4db9949217e3be8e84fff5"
+checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998"
dependencies = [
"backtrace",
"bytes",
diff --git a/Cargo.toml b/Cargo.toml
index 2e4ab63..4eb88db 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,7 +29,7 @@ hickory-server = "0.24.1"
hickory-proto = { version = "0.24.1", features = ["tokio-runtime"] }
hickory-client = "0.24.1"
futures-util = { version = "0.3.30", default-features = false }
-tokio = { version = "1.39.3", features = ["macros", "rt-multi-thread", "net", "signal"] }
+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"