From 91d8c21b216b097d7acb624f566a4a0d43989acf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 09:07:56 -0700 Subject: [PATCH] chore(deps): bump url from 2.2.2 to 2.3.0 (#1678) Bumps [url](https://github.com/servo/rust-url) from 2.2.2 to 2.3.0. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v2.2.2...v2.3.0) --- updated-dependencies: - dependency-name: url dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 5 ++--- ethers-middleware/Cargo.toml | 2 +- ethers-providers/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b487238f..760eb1e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4244,13 +4244,12 @@ checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" [[package]] name = "url" -version = "2.2.2" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c" +checksum = "22fe195a4f217c25b25cb5058ced57059824a678474874038dc88d211bf508d3" dependencies = [ "form_urlencoded", "idna", - "matches", "percent-encoding", ] diff --git a/ethers-middleware/Cargo.toml b/ethers-middleware/Cargo.toml index 2408bff0..13b6f29b 100644 --- a/ethers-middleware/Cargo.toml +++ b/ethers-middleware/Cargo.toml @@ -31,7 +31,7 @@ tracing-futures = { version = "0.2.5", default-features = false } # for gas oracles reqwest = { version = "0.11.11", default-features = false, features = ["json", "rustls-tls"] } -url = { version = "2.2.2", default-features = false } +url = { version = "2.3.0", default-features = false } serde_json = { version = "1.0.64", default-features = false } instant = {version = "0.1.12", features = ["now"] } diff --git a/ethers-providers/Cargo.toml b/ethers-providers/Cargo.toml index 2e0fbbf8..b3a29abe 100644 --- a/ethers-providers/Cargo.toml +++ b/ethers-providers/Cargo.toml @@ -22,7 +22,7 @@ reqwest = { version = "0.11.11", default-features = false, features = ["json"] } serde = { version = "1.0.124", default-features = false, features = ["derive"] } serde_json = { version = "1.0.64", default-features = false, features = ["raw_value"] } thiserror = { version = "1.0", default-features = false } -url = { version = "2.2.2", default-features = false } +url = { version = "2.3.0", default-features = false } auto_impl = { version = "1.0.1", default-features = false } http = { version = "0.2" } base64 = "0.13"