From 52b9949d6fe95fbfd630e6bff010c5ef4c59fb1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jul 2021 14:15:06 +0300 Subject: [PATCH] chore(deps): bump reqwest from 0.11.3 to 0.11.4 (#322) Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.3 to 0.11.4. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.3...v0.11.4) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- ethers-middleware/Cargo.toml | 2 +- ethers-providers/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 08175227..20237828 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1942,9 +1942,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.11.3" +version = "0.11.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2296f2fac53979e8ccbc4a1136b25dcefd37be9ed7e4a1f6b05a6029c84ff124" +checksum = "246e9f61b9bb77df069a947682be06e31ac43ea37862e244a69f177694ea6d22" dependencies = [ "base64 0.13.0", "bytes", diff --git a/ethers-middleware/Cargo.toml b/ethers-middleware/Cargo.toml index f52e9c0f..99227103 100644 --- a/ethers-middleware/Cargo.toml +++ b/ethers-middleware/Cargo.toml @@ -28,7 +28,7 @@ tracing-futures = { version = "0.2.5", default-features = false } # for gas oracles serde-aux = { version = "2.2.0", default-features = false } -reqwest = { version = "0.11.3", default-features = false, features = ["json", "rustls-tls"] } +reqwest = { version = "0.11.4", default-features = false, features = ["json", "rustls-tls"] } url = { version = "2.2.1", default-features = false } serde_json = { version = "1.0.64", default-features = false } diff --git a/ethers-providers/Cargo.toml b/ethers-providers/Cargo.toml index ff57529a..b86dd7f1 100644 --- a/ethers-providers/Cargo.toml +++ b/ethers-providers/Cargo.toml @@ -18,7 +18,7 @@ ethers-core = { version = "0.2.2", path = "../ethers-core", default-features = f async-trait = { version = "0.1.50", default-features = false } hex = { version = "0.4.3", default-features = false, features = ["std"] } -reqwest = { version = "0.11.3", default-features = false, features = ["json", "rustls-tls"] } +reqwest = { version = "0.11.4", default-features = false, features = ["json", "rustls-tls"] } serde = { version = "1.0.124", default-features = false, features = ["derive"] } serde_json = { version = "1.0.64", default-features = false } thiserror = { version = "1.0.26", default-features = false }