From 7b0af7e73e220cbab82ab107043a045c7a53473c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Feb 2021 10:16:13 +0200 Subject: [PATCH] chore(deps): bump url from 2.2.0 to 2.2.1 (#201) Bumps [url](https://github.com/servo/rust-url) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v2.2.0...v2.2.1) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[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 7371491f..1b7ee1cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2382,9 +2382,9 @@ checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" [[package]] name = "url" -version = "2.2.0" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5909f2b0817350449ed73e8bcd81c8c3c8d9a7a5d8acba4b27db277f1868976e" +checksum = "9ccd964113622c8e9322cfac19eb1004a07e636c545f325da085d5cdde6f1f8b" dependencies = [ "form_urlencoded", "idna", diff --git a/ethers-middleware/Cargo.toml b/ethers-middleware/Cargo.toml index d16b511c..3acaf62b 100644 --- a/ethers-middleware/Cargo.toml +++ b/ethers-middleware/Cargo.toml @@ -29,7 +29,7 @@ tracing-futures = { version = "0.2.5", default-features = false } # for gas oracles serde-aux = { version = "2.1.0", default-features = false } reqwest = { version = "0.11.1", default-features = false, features = ["json", "rustls-tls"] } -url = { version = "2.2.0", default-features = false } +url = { version = "2.2.1", default-features = false } serde_json = { version = "1.0.62", default-features = false } tokio = { version = "1.2" } diff --git a/ethers-providers/Cargo.toml b/ethers-providers/Cargo.toml index 4006a890..e9c2749b 100644 --- a/ethers-providers/Cargo.toml +++ b/ethers-providers/Cargo.toml @@ -22,7 +22,7 @@ reqwest = { version = "0.11.1", default-features = false, features = ["json", "r serde = { version = "1.0.123", default-features = false, features = ["derive"] } serde_json = { version = "1.0.62", default-features = false } thiserror = { version = "1.0.24", default-features = false } -url = { version = "2.2.0", default-features = false } +url = { version = "2.2.1", default-features = false } auto_impl = { version = "0.4.1", default-features = false } # required for implementing stream on the filters