From 1d2ed0d964624dc668334a8e743dfdf92a91e48c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Oct 2021 08:23:48 +0300 Subject: [PATCH] chore(deps): bump reqwest from 0.11.5 to 0.11.6 (#521) Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.5 to 0.11.6. - [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.5...v0.11.6) --- 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-etherscan/Cargo.toml | 2 +- ethers-middleware/Cargo.toml | 2 +- ethers-providers/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b671b963..5151aebb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2186,9 +2186,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.11.5" +version = "0.11.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51c732d463dd300362ffb44b7b125f299c23d2990411a4253824630ebc7467fb" +checksum = "66d2927ca2f685faf0fc620ac4834690d29e7abb153add10f5812eef20b5e280" dependencies = [ "base64 0.13.0", "bytes", diff --git a/ethers-etherscan/Cargo.toml b/ethers-etherscan/Cargo.toml index acc669de..a85fa428 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.5", features = ["json"] } +reqwest = { version = "0.11.6", features = ["json"] } serde = { version = "1.0.124", default-features = false, features = ["derive"] } serde_json = { version = "1.0.64", default-features = false } thiserror = "1.0.29" diff --git a/ethers-middleware/Cargo.toml b/ethers-middleware/Cargo.toml index c66f32d0..f9743e50 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.5", default-features = false, features = ["json", "rustls-tls"] } +reqwest = { version = "0.11.6", 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 d4554407..dda9771b 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.5", default-features = false, features = ["json"] } +reqwest = { version = "0.11.6", 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.30", default-features = false }