From 8b366dd0005920c847f26374d514052824246446 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Dec 2020 06:00:32 +0000 Subject: [PATCH] chore(deps): bump anyhow from 1.0.35 to 1.0.36 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.35 to 1.0.36. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.35...1.0.36) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 75cf97c6821..5820efb1cc6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11,9 +11,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.35" +version = "1.0.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c0df63cb2955042487fad3aefd2c6e3ae7389ac5dc1beb28921de0b69f779d4" +checksum = "68803225a7b13e47191bab76f2687382b60d259e8cf37f6e1893658b84bb9479" [[package]] name = "arrayref" diff --git a/Cargo.toml b/Cargo.toml index 49eb1446a12..60944d81dd1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,13 +10,13 @@ version = "0.9.2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [build-dependencies] -anyhow = "1.0.35" +anyhow = "1.0.36" itertools = "0.9.0" prettytable-rs = "0.8.0" regex = "1.4.2" [dependencies] -anyhow = "1.0.35" +anyhow = "1.0.36" async-trait = "0.1.42" bytes = "0.6.0" clap = "3.0.0-beta.2"