chore(deps): bump url from 2.2.1 to 2.2.2 (#289)
Bumps [url](https://github.com/servo/rust-url) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v2.2.1...v2.2.2) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
2afc2cafcc
commit
60647fd527
|
@ -2583,9 +2583,9 @@ checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|||
|
||||
[[package]]
|
||||
name = "url"
|
||||
version = "2.2.1"
|
||||
version = "2.2.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9ccd964113622c8e9322cfac19eb1004a07e636c545f325da085d5cdde6f1f8b"
|
||||
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
|
||||
dependencies = [
|
||||
"form_urlencoded",
|
||||
"idna",
|
||||
|
|
|
@ -29,7 +29,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.4", default-features = false, features = ["json", "rustls-tls"] }
|
||||
url = { version = "2.2.1", default-features = false }
|
||||
url = { version = "2.2.2", default-features = false }
|
||||
|
||||
serde_json = { version = "1.0.64", default-features = false }
|
||||
tokio = { version = "1.5" }
|
||||
|
|
|
@ -22,7 +22,7 @@ reqwest = { version = "0.11.4", default-features = false, features = ["json", "r
|
|||
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 }
|
||||
url = { version = "2.2.1", default-features = false }
|
||||
url = { version = "2.2.2", default-features = false }
|
||||
auto_impl = { version = "0.4.1", default-features = false }
|
||||
|
||||
# required for implementing stream on the filters
|
||||
|
|
Loading…
Reference in New Issue