From 11239feb4e3951d7c454d965315bf73c4bb7874b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 20 Mar 2021 18:31:02 +0000 Subject: [PATCH] Bump anyhow from 1.0.34 to 1.0.39 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.34 to 1.0.39. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.34...1.0.39) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1272e0cc2..2dd4a4468 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -44,9 +44,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.34" +version = "1.0.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf8dcb5b4bbaa28653b647d8c77bd4ed40183b48882e130c1f1ffb73de069fd7" +checksum = "81cddc5f91628367664cc7c69714ff08deee8a3efc54623011c772544d7b2767" [[package]] name = "arrayref" diff --git a/Cargo.toml b/Cargo.toml index bb4ad9b37..94efa1ded 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.39" subprocess = "0.2.6" text_placeholder = { version = "0.4", features = ["struct_context"] }