From eda308aa3d1be420b5c9786de3a4e773477e230b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 11 Jan 2021 11:41:21 +0200 Subject: [PATCH] chore(deps): bump anyhow from 1.0.37 to 1.0.38 (#139) Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.37 to 1.0.38. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.37...1.0.38) 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 dc9b7d8c..2586dbbc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -91,9 +91,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.37" +version = "1.0.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee67c11feeac938fae061b232e38e0b6d94f97a9df10e6271319325ac4c56a86" +checksum = "afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1" [[package]] name = "arrayref" diff --git a/ethers/Cargo.toml b/ethers/Cargo.toml index 4db1682c..c95fcea5 100644 --- a/ethers/Cargo.toml +++ b/ethers/Cargo.toml @@ -43,7 +43,7 @@ ethers-middleware = { version = "0.1.3", path = "../ethers-middleware" } [dev-dependencies] ethers-contract = { version = "0.1.3", path = "../ethers-contract", features = ["abigen"] } -anyhow = "1.0.36" +anyhow = "1.0.38" rand = "0.7" serde = { version = "1.0.110", features = ["derive"] } serde_json = "1.0.53"