update url dependency from 1.7.0 to 2.1.0

This commit is contained in:
Matthias Krüger 2019-08-14 13:04:17 +02:00
parent 36f7faee05
commit 37d79d9a29

View file

@ -28,7 +28,7 @@ serde = { version = "1.0", features = ["derive"] }
toml = "0.5"
unicode-normalization = "0.1"
pulldown-cmark = "0.5.3"
url = "1.7.0"
url = "2.1.0"
if_chain = "1.0.0"
smallvec = { version = "0.6.5", features = ["union"] }