From 06eb8f223c29ff03d723910c9d167dd279a6509a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Oct 2021 15:15:41 +0100 Subject: [PATCH] chore(deps): bump reqwest from 0.11.4 to 0.11.5 (#490) Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.4 to 0.11.5. - [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.4...v0.11.5) --- 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 | 6 ++---- ethers-etherscan/Cargo.toml | 2 +- ethers-middleware/Cargo.toml | 2 +- ethers-providers/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ab6fd626..7e86fd52 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2184,9 +2184,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.11.4" +version = "0.11.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "246e9f61b9bb77df069a947682be06e31ac43ea37862e244a69f177694ea6d22" +checksum = "51c732d463dd300362ffb44b7b125f299c23d2990411a4253824630ebc7467fb" dependencies = [ "base64 0.13.0", "bytes", @@ -3297,8 +3297,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "632f73e236b219150ea279196e54e610f5dbafa5d61786303d4da54f84e47fce" dependencies = [ "cfg-if 1.0.0", - "serde", - "serde_json", "wasm-bindgen-macro", ] diff --git a/ethers-etherscan/Cargo.toml b/ethers-etherscan/Cargo.toml index a53f4653..53567f30 100644 --- a/ethers-etherscan/Cargo.toml +++ b/ethers-etherscan/Cargo.toml @@ -15,7 +15,7 @@ keywords = ["ethereum", "web3", "etherscan", "ethers"] [dependencies] ethers-core = { version = "^0.5.0", path = "../ethers-core", default-features = false } -reqwest = { version = "0.11.4", features = ["json"] } +reqwest = { version = "0.11.5", features = ["json"] } serde = { version = "1.0.124", default-features = false, features = ["derive"] } anyhow = "1.0.37" serde_json = { version = "1.0.64", default-features = false } diff --git a/ethers-middleware/Cargo.toml b/ethers-middleware/Cargo.toml index 32c77162..a6ee1216 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.3.0", default-features = false } -reqwest = { version = "0.11.4", default-features = false, features = ["json", "rustls-tls"] } +reqwest = { version = "0.11.5", default-features = false, features = ["json", "rustls-tls"] } url = { version = "2.2.2", 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 637a370a..03828a3f 100644 --- a/ethers-providers/Cargo.toml +++ b/ethers-providers/Cargo.toml @@ -18,7 +18,7 @@ ethers-core = { version = "^0.5.0", path = "../ethers-core", default-features = async-trait = { version = "0.1.50", default-features = false } hex = { version = "0.4.3", default-features = false, features = ["std"] } -reqwest = { version = "0.11.4", default-features = false, features = ["json"] } +reqwest = { version = "0.11.5", default-features = false, features = ["json"] } serde = { version = "1.0.124", default-features = false, features = ["derive"] } serde_json = { version = "1.0.64", default-features = false } thiserror = { version = "1.0.29", default-features = false }