summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-07-16 20:25:09 +0000
committerGitHub <noreply@github.com>2024-07-16 20:25:09 +0000
commit2a062e0d607a439d2a1aa2e754b70b0fc93423ff (patch)
treeeff032f893d272a700f0d208a1c4f09d1a96880c
parent5ad6420ddb75b53a5a5a31e3f6009726758315a2 (diff)
fix(deps): update rust crate tokio to 1.38.1
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 a9325d5..97135ef 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -954,9 +954,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tokio"
-version = "1.38.0"
+version = "1.38.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a"
+checksum = "eb2caba9f80616f438e09748d5acda951967e1ea58508ef53d9c6402485a46df"
dependencies = [
"backtrace",
"bytes",
diff --git a/Cargo.toml b/Cargo.toml
index cac4dd4..7fff2e3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,7 +31,7 @@ hickory-client = "0.24.1"
anyhow = "1.0.86"
futures-util = { version = "0.3.30", default-features = false }
signal-hook = "0.3.17"
-tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread", "net"] }
+tokio = { version = "1.38.1", features = ["macros", "rt-multi-thread", "net"] }
resolv-conf = "0.7.0"
nix = { version = "0.29.0", features = ["fs", "signal"] }
libc = "0.2.154"