Bump url from 2.2.1 to 2.2.2

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>
This commit is contained in:
dependabot[bot] 2021-05-11 06:49:11 +00:00 committed by GitHub
parent f03e8fa5af
commit 2c31536311
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

22
Cargo.lock generated
View File

@ -369,7 +369,7 @@ dependencies = [
"thiserror", "thiserror",
"tokio", "tokio",
"tracing", "tracing",
"url 2.2.1", "url 2.2.2",
] ]
[[package]] [[package]]
@ -1652,7 +1652,7 @@ dependencies = [
"reqwest", "reqwest",
"serde", "serde",
"serde_json", "serde_json",
"url 2.2.1", "url 2.2.2",
] ]
[[package]] [[package]]
@ -1666,7 +1666,7 @@ dependencies = [
"reqwest", "reqwest",
"serde", "serde",
"serde_json", "serde_json",
"url 2.2.1", "url 2.2.2",
] ]
[[package]] [[package]]
@ -1936,7 +1936,7 @@ dependencies = [
"quicksink", "quicksink",
"rw-stream-sink", "rw-stream-sink",
"soketto", "soketto",
"url 2.2.1", "url 2.2.2",
"webpki-roots 0.21.0", "webpki-roots 0.21.0",
] ]
@ -2438,7 +2438,7 @@ dependencies = [
"serde", "serde",
"static_assertions", "static_assertions",
"unsigned-varint 0.7.0", "unsigned-varint 0.7.0",
"url 2.2.1", "url 2.2.2",
] ]
[[package]] [[package]]
@ -3138,7 +3138,7 @@ dependencies = [
"tokio", "tokio",
"tokio-rustls", "tokio-rustls",
"tokio-socks", "tokio-socks",
"url 2.2.1", "url 2.2.2",
"wasm-bindgen", "wasm-bindgen",
"wasm-bindgen-futures", "wasm-bindgen-futures",
"web-sys", "web-sys",
@ -3864,7 +3864,7 @@ dependencies = [
"tracing-appender", "tracing-appender",
"tracing-futures", "tracing-futures",
"tracing-subscriber", "tracing-subscriber",
"url 2.2.1", "url 2.2.2",
"uuid", "uuid",
"void", "void",
"zip", "zip",
@ -4348,7 +4348,7 @@ dependencies = [
"thiserror", "thiserror",
"tinyvec", "tinyvec",
"tokio", "tokio",
"url 2.2.1", "url 2.2.2",
] ]
[[package]] [[package]]
@ -4394,7 +4394,7 @@ dependencies = [
"rustls 0.19.0", "rustls 0.19.0",
"sha-1", "sha-1",
"thiserror", "thiserror",
"url 2.2.1", "url 2.2.2",
"utf-8", "utf-8",
"webpki", "webpki",
"webpki-roots 0.21.0", "webpki-roots 0.21.0",
@ -4522,9 +4522,9 @@ dependencies = [
[[package]] [[package]]
name = "url" name = "url"
version = "2.2.1" version = "2.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ccd964113622c8e9322cfac19eb1004a07e636c545f325da085d5cdde6f1f8b" checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
dependencies = [ dependencies = [
"form_urlencoded", "form_urlencoded",
"idna 0.2.2", "idna 0.2.2",