chore: bump url from 2.2.0 to 2.2.2 (#18170)

Bumps [url](https://github.com/servo/rust-url) from 2.2.0 to 2.2.2.
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](https://github.com/servo/rust-url/compare/v2.2.0...v2.2.2)

---
updated-dependencies:
- dependency-name: url
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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:
dependabot[bot] 2021-06-23 14:54:50 -06:00 committed by GitHub
parent 483a1477f3
commit fc3b2f0f8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 19 additions and 19 deletions

22
Cargo.lock generated
View File

@ -2859,7 +2859,7 @@ dependencies = [
"rand 0.7.3",
"sha-1 0.8.2",
"slab",
"url 2.2.0",
"url 2.2.2",
]
[[package]]
@ -3609,7 +3609,7 @@ dependencies = [
"tokio 1.6.1",
"tokio-native-tls",
"tokio-rustls",
"url 2.2.0",
"url 2.2.2",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
@ -4387,7 +4387,7 @@ dependencies = [
"thiserror",
"tiny-bip39 0.8.0",
"uriparse",
"url 2.2.0",
"url 2.2.2",
]
[[package]]
@ -4433,7 +4433,7 @@ dependencies = [
"tempfile",
"thiserror",
"tiny-bip39 0.7.3",
"url 2.2.0",
"url 2.2.2",
]
[[package]]
@ -4445,7 +4445,7 @@ dependencies = [
"serde",
"serde_derive",
"serde_yaml",
"url 2.2.0",
"url 2.2.2",
]
[[package]]
@ -4502,7 +4502,7 @@ dependencies = [
"thiserror",
"tokio 1.6.1",
"tungstenite",
"url 2.2.0",
"url 2.2.2",
]
[[package]]
@ -4860,7 +4860,7 @@ dependencies = [
"solana-version",
"tar",
"tempfile",
"url 2.2.0",
"url 2.2.2",
"winapi 0.3.8",
"winreg 0.9.0",
]
@ -5111,7 +5111,7 @@ dependencies = [
"solana-sdk",
"solana-version",
"tokio 1.6.1",
"url 2.2.0",
"url 2.2.2",
]
[[package]]
@ -6761,7 +6761,7 @@ dependencies = [
"rand 0.8.3",
"sha-1 0.9.6",
"thiserror",
"url 2.2.0",
"url 2.2.2",
"utf-8",
]
@ -6890,9 +6890,9 @@ dependencies = [
[[package]]
name = "url"
version = "2.2.0"
version = "2.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5909f2b0817350449ed73e8bcd81c8c3c8d9a7a5d8acba4b27db277f1868976e"
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
dependencies = [
"form_urlencoded",
"idna 0.2.0",

View File

@ -17,7 +17,7 @@ solana-sdk = { path = "../sdk", version = "=1.8.0" }
thiserror = "1.0.25"
tiny-bip39 = "0.8.0"
uriparse = "0.6.3"
url = "2.1.0"
url = "2.2.2"
chrono = "0.4"
[dev-dependencies]

View File

@ -15,7 +15,7 @@ lazy_static = "1.4.0"
serde = "1.0.126"
serde_derive = "1.0.103"
serde_yaml = "0.8.17"
url = "2.1.1"
url = "2.2.2"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

View File

@ -47,7 +47,7 @@ solana-vote-program = { path = "../programs/vote", version = "=1.8.0" }
spl-memo = { version = "=3.0.1", features = ["no-entrypoint"] }
thiserror = "1.0.25"
tiny-bip39 = "0.7.0"
url = "2.1.1"
url = "2.2.2"
[dev-dependencies]
solana-core = { path = "../core", version = "=1.8.0" }

View File

@ -35,7 +35,7 @@ solana-vote-program = { path = "../programs/vote", version = "=1.8.0" }
thiserror = "1.0"
tokio = { version = "1", features = ["full"] }
tungstenite = "0.13.0"
url = "2.1.1"
url = "2.2.2"
[dev-dependencies]
assert_matches = "1.3.0"

View File

@ -34,7 +34,7 @@ solana-version = { path = "../version", version = "=1.8.0" }
semver = "1.0.3"
tar = "0.4.35"
tempfile = "3.2.0"
url = "2.1.1"
url = "2.2.2"
[target."cfg(windows)".dependencies]
winapi = "0.3.8"

View File

@ -23,7 +23,7 @@ solana-logger = { path = "../logger", version = "=1.8.0" }
solana-sdk = { path = "../sdk", version = "=1.8.0" }
solana-version = { path = "../version", version = "=1.8.0" }
tokio = { version = "1", features = ["full"] }
url = "2.1.1"
url = "2.2.2"
[lib]
name = "solana_net_utils"

View File

@ -4361,9 +4361,9 @@ dependencies = [
[[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",