Bump url crate

This commit is contained in:
Yong Wen Chua 2018-12-19 08:35:08 +08:00
parent c86bb44529
commit b15ce2b24b
No known key found for this signature in database
GPG Key ID: EDC57EEC439CF10B
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ serialization = ["serde", "serde_derive", "unicase_serde", "url_serde"]
rocket = "0.4.0"
log = "0.3"
unicase = "2.0"
url = "1.5.1"
url = "1.7.2"
# Optional dependencies that are activated by the various features
serde = { version = "1.0", optional = true }