build(deps): bump url from 2.4.0 to 2.4.1 (#33052)

* build(deps): bump url from 2.4.0 to 2.4.1

Bumps [url](https://github.com/servo/rust-url) from 2.4.0 to 2.4.1.
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](https://github.com/servo/rust-url/compare/v2.4.0...v2.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

* [auto-commit] Update all Cargo lock files

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
This commit is contained in:
dependabot[bot] 2023-08-29 13:15:18 +00:00 committed by GitHub
parent 542fcaef38
commit 1c5c783765
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 19 additions and 19 deletions

20
Cargo.lock generated
View File

@ -4396,7 +4396,7 @@ dependencies = [
"tokio-rustls",
"tokio-util 0.7.1",
"tower-service",
"url 2.4.0",
"url 2.4.1",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
@ -5471,7 +5471,7 @@ dependencies = [
"thiserror",
"tiny-bip39",
"uriparse",
"url 2.4.0",
"url 2.4.1",
]
[[package]]
@ -5488,7 +5488,7 @@ dependencies = [
"thiserror",
"tiny-bip39",
"uriparse",
"url 2.4.0",
"url 2.4.1",
]
[[package]]
@ -5555,7 +5555,7 @@ dependencies = [
"serde_yaml 0.9.25",
"solana-clap-utils",
"solana-sdk",
"url 2.4.0",
"url 2.4.1",
]
[[package]]
@ -6079,7 +6079,7 @@ dependencies = [
"solana-version",
"tar",
"tempfile",
"url 2.4.0",
"url 2.4.1",
"winapi 0.3.9",
"winreg",
]
@ -6368,7 +6368,7 @@ dependencies = [
"solana-sdk",
"solana-version",
"tokio",
"url 2.4.0",
"url 2.4.1",
]
[[package]]
@ -6577,7 +6577,7 @@ dependencies = [
"tokio-stream",
"tokio-tungstenite",
"tungstenite",
"url 2.4.0",
"url 2.4.1",
]
[[package]]
@ -8290,7 +8290,7 @@ dependencies = [
"rustls",
"sha1",
"thiserror",
"url 2.4.0",
"url 2.4.1",
"utf-8",
"webpki-roots 0.24.0",
]
@ -8409,9 +8409,9 @@ dependencies = [
[[package]]
name = "url"
version = "2.4.0"
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb"
checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5"
dependencies = [
"form_urlencoded",
"idna 0.4.0",

View File

@ -399,7 +399,7 @@ trees = "0.4.2"
tungstenite = "0.20.0"
unix_socket2 = "0.5.4"
uriparse = "0.6.4"
url = "2.4.0"
url = "2.4.1"
users = "0.10.0"
wasm-bindgen = "0.2"
winapi = "0.3.8"

View File

@ -3858,7 +3858,7 @@ dependencies = [
"tokio-rustls",
"tokio-util 0.7.1",
"tower-service",
"url 2.4.0",
"url 2.4.1",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
@ -4658,7 +4658,7 @@ dependencies = [
"thiserror",
"tiny-bip39",
"uriparse",
"url 2.4.0",
"url 2.4.1",
]
[[package]]
@ -4672,7 +4672,7 @@ dependencies = [
"serde_yaml",
"solana-clap-utils",
"solana-sdk",
"url 2.4.0",
"url 2.4.1",
]
[[package]]
@ -5176,7 +5176,7 @@ dependencies = [
"solana-sdk",
"solana-version",
"tokio",
"url 2.4.0",
"url 2.4.1",
]
[[package]]
@ -5343,7 +5343,7 @@ dependencies = [
"tokio-stream",
"tokio-tungstenite",
"tungstenite",
"url 2.4.0",
"url 2.4.1",
]
[[package]]
@ -7147,7 +7147,7 @@ dependencies = [
"rustls",
"sha1",
"thiserror",
"url 2.4.0",
"url 2.4.1",
"utf-8",
"webpki-roots 0.24.0",
]
@ -7260,9 +7260,9 @@ dependencies = [
[[package]]
name = "url"
version = "2.4.0"
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb"
checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5"
dependencies = [
"form_urlencoded",
"idna 0.4.0",