mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
Bump url
to 2.2.2 where Into<String>
for Url
is used
The base package, `cargo-test-support` and `mdman`. Signed-off-by: Paul Mabileau <paulmabileau@hotmail.fr>
This commit is contained in:
parent
c021ba9acf
commit
a5b4b4710a
@ -61,7 +61,7 @@ tempfile = "3.0"
|
|||||||
termcolor = "1.1"
|
termcolor = "1.1"
|
||||||
toml = "0.5.7"
|
toml = "0.5.7"
|
||||||
unicode-xid = "0.2.0"
|
unicode-xid = "0.2.0"
|
||||||
url = "2.0"
|
url = "2.2.2"
|
||||||
walkdir = "2.2"
|
walkdir = "2.2"
|
||||||
clap = "2.31.2"
|
clap = "2.31.2"
|
||||||
unicode-width = "0.1.5"
|
unicode-width = "0.1.5"
|
||||||
|
@ -21,4 +21,4 @@ remove_dir_all = "0.5"
|
|||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
tar = { version = "0.4.18", default-features = false }
|
tar = { version = "0.4.18", default-features = false }
|
||||||
toml = "0.5.7"
|
toml = "0.5.7"
|
||||||
url = "2.0"
|
url = "2.2.2"
|
||||||
|
15
crates/mdman/Cargo.lock
generated
15
crates/mdman/Cargo.lock
generated
@ -91,6 +91,16 @@ version = "0.1.2"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
|
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "form_urlencoded"
|
||||||
|
version = "1.0.1"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
|
||||||
|
dependencies = [
|
||||||
|
"matches",
|
||||||
|
"percent-encoding",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "generic-array"
|
name = "generic-array"
|
||||||
version = "0.12.3"
|
version = "0.12.3"
|
||||||
@ -391,10 +401,11 @@ checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "url"
|
name = "url"
|
||||||
version = "2.1.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 = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb"
|
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
"form_urlencoded",
|
||||||
"idna",
|
"idna",
|
||||||
"matches",
|
"matches",
|
||||||
"percent-encoding",
|
"percent-encoding",
|
||||||
|
@ -12,7 +12,7 @@ handlebars = { version = "3.2.1", features = ["dir_source"] }
|
|||||||
pulldown-cmark = { version = "0.7.2", default-features = false }
|
pulldown-cmark = { version = "0.7.2", default-features = false }
|
||||||
same-file = "1.0.6"
|
same-file = "1.0.6"
|
||||||
serde_json = "1.0.56"
|
serde_json = "1.0.56"
|
||||||
url = "2.1.1"
|
url = "2.2.2"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
pretty_assertions = "0.6.1"
|
pretty_assertions = "0.6.1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user