summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-05-28 08:10:24 +0000
committerGitHub <noreply@github.com>2024-05-28 08:10:24 +0000
commit9db7996125935a292f7ae0489617a078ac92897c (patch)
treeada391e72c6311124584e145f49dd48a5c617ce1
parentf41f819231776223a8fc63745287ba377bbf2d81 (diff)
fix(deps): update rust crate anyhow to 1.0.86
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 cb9cccb..2142cb0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -104,9 +104,9 @@ dependencies = [
[[package]]
name = "anyhow"
-version = "1.0.83"
+version = "1.0.86"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "25bdb32cbbdce2b519a9cd7df3a678443100e265d5e25ca763b7572a5104f5f3"
+checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
[[package]]
name = "arc-swap"
diff --git a/Cargo.toml b/Cargo.toml
index 52ba3e6..151ef70 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,7 +28,7 @@ log = "0.4.21"
hickory-server = "0.24.1"
hickory-proto = "0.24.1"
hickory-client = "0.24.1"
-anyhow = "1.0.83"
+anyhow = "1.0.86"
futures-util = { version = "0.3.30", default-features = false }
signal-hook = "0.3.17"
tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread", "net"] }