mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 21:23:56 +00:00
Auto merge of #4379 - matthiaskrgr:url_dep, r=phansch
update url dependency from 1.7.0 to 2.1.0 changelog: none
This commit is contained in:
commit
dbe2bb4256
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ serde = { version = "1.0", features = ["derive"] }
|
||||||
toml = "0.5"
|
toml = "0.5"
|
||||||
unicode-normalization = "0.1"
|
unicode-normalization = "0.1"
|
||||||
pulldown-cmark = "0.5.3"
|
pulldown-cmark = "0.5.3"
|
||||||
url = "1.7.0"
|
url = "2.1.0"
|
||||||
if_chain = "1.0.0"
|
if_chain = "1.0.0"
|
||||||
smallvec = { version = "0.6.5", features = ["union"] }
|
smallvec = { version = "0.6.5", features = ["union"] }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue