deps: bump url from 2.4.0 to 2.4.1

Pull-Request: #4431.
This commit is contained in:
dependabot[bot] 2023-09-04 01:50:24 +00:00 committed by GitHub
parent 51425d524b
commit 66cdcc6339
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -6049,9 +6049,9 @@ checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
[[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

@ -21,7 +21,7 @@ parking_lot = "0.12.0"
quicksink = "0.1"
rw-stream-sink = { workspace = true }
soketto = "0.7.0"
url = "2.1"
url = "2.4"
webpki-roots = "0.25"
[dev-dependencies]