Skip to content

Commit bc85334

Browse files
authored
Merge pull request #3163 from rust-lang/renovate/url-2.x
Update Rust crate url to 2.3
2 parents 56292c2 + c9a7f89 commit bc85334

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ term = "=0.5.1"
6262
thiserror = "1.0"
6363
threadpool = "1"
6464
toml = "0.5"
65-
url = "2.1"
65+
url = "2.3"
6666
wait-timeout = "0.2"
6767
xz2 = "0.1.3"
6868
zstd = "0.12"

download/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ env_proxy = {version = "0.4.1", optional = true}
2222
lazy_static = {version = "1.0", optional = true}
2323
reqwest = {version = "0.11", default-features = false, features = ["blocking", "gzip", "socks"], optional = true}
2424
thiserror = "1.0"
25-
url = "2.1"
25+
url = "2.3"
2626

2727
[dev-dependencies]
2828
hyper = {version = "0.14", default-features = false, features = ["tcp", "server"]}

0 commit comments

Comments
 (0)