From 971a8dd7a8832c3515fda3644abbabe24008ec6b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 20:38:18 +0200 Subject: [PATCH] chore(deps): bump anyhow from 1.0.38 to 1.0.39 (#243) Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.38 to 1.0.39. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.38...1.0.39) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- ethers/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e9600d09..216e6eb7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -87,9 +87,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.38" +version = "1.0.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1" +checksum = "81cddc5f91628367664cc7c69714ff08deee8a3efc54623011c772544d7b2767" [[package]] name = "arrayref" diff --git a/ethers/Cargo.toml b/ethers/Cargo.toml index b484911e..ba39cf09 100644 --- a/ethers/Cargo.toml +++ b/ethers/Cargo.toml @@ -43,7 +43,7 @@ ethers-middleware = { version = "0.2.2", path = "../ethers-middleware" } [dev-dependencies] ethers-contract = { version = "0.2", path = "../ethers-contract", features = ["abigen"] } -anyhow = "1.0.38" +anyhow = "1.0.39" rand = "0.7" serde = { version = "1.0.124", features = ["derive"] } serde_json = "1.0.64"