Skip to content

Commit a5b4b47

Browse files
committed
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>
1 parent c021ba9 commit a5b4b47

File tree

4 files changed

+16
-5
lines changed

4 files changed

+16
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ tempfile = "3.0"
6161
termcolor = "1.1"
6262
toml = "0.5.7"
6363
unicode-xid = "0.2.0"
64-
url = "2.0"
64+
url = "2.2.2"
6565
walkdir = "2.2"
6666
clap = "2.31.2"
6767
unicode-width = "0.1.5"

crates/cargo-test-support/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ remove_dir_all = "0.5"
2121
serde_json = "1.0"
2222
tar = { version = "0.4.18", default-features = false }
2323
toml = "0.5.7"
24-
url = "2.0"
24+
url = "2.2.2"

crates/mdman/Cargo.lock

Lines changed: 13 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/mdman/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ handlebars = { version = "3.2.1", features = ["dir_source"] }
1212
pulldown-cmark = { version = "0.7.2", default-features = false }
1313
same-file = "1.0.6"
1414
serde_json = "1.0.56"
15-
url = "2.1.1"
15+
url = "2.2.2"
1616

1717
[dev-dependencies]
1818
pretty_assertions = "0.6.1"

0 commit comments

Comments
 (0)