diff --git a/Cargo.lock b/Cargo.lock index 1272e0cc2..ca2127f2b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -44,9 +44,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.34" +version = "1.0.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf8dcb5b4bbaa28653b647d8c77bd4ed40183b48882e130c1f1ffb73de069fd7" +checksum = "28b2cd92db5cbd74e8e5028f7e27dd7aa3090e89e4f2a197cc7c8dfb69c7063b" [[package]] name = "arrayref" diff --git a/Cargo.toml b/Cargo.toml index bb4ad9b37..ae6308464 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ serde_derive = "1.0.116" cidr-utils = "0.5.0" itertools = "0.9.0" trust-dns-resolver = { version = "0.19.5", features = ["dns-over-rustls"] } -anyhow = "1.0.34" +anyhow = "1.0.40" subprocess = "0.2.6" text_placeholder = { version = "0.4", features = ["struct_context"] }