From fef9523045091da23753f01647a78defb2c1f12a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 8 Dec 2020 00:01:10 +0000 Subject: [PATCH] Bump anyhow from 1.0.34 to 1.0.35 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.34 to 1.0.35. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.34...1.0.35) 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 abb45e45..5c98cf5d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -26,9 +26,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.34" +version = "1.0.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf8dcb5b4bbaa28653b647d8c77bd4ed40183b48882e130c1f1ffb73de069fd7" +checksum = "2c0df63cb2955042487fad3aefd2c6e3ae7389ac5dc1beb28921de0b69f779d4" [[package]] name = "arc-swap" diff --git a/Cargo.toml b/Cargo.toml index ef709fb5..78adf549 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ chrono = "0.4" backtrace = "0.3" ron = "0.6" serde = "1.0" -anyhow = "1.0.34" +anyhow = "1.0.35" unicode-width = "0.1" textwrap = "0.12"