|
@@ -1,7 +1,7 @@
|
|
|
[package]
|
|
[package]
|
|
|
|
|
|
|
|
name = "url"
|
|
name = "url"
|
|
|
-version = "0.5.7"
|
|
|
|
|
|
|
+version = "0.5.8"
|
|
|
authors = [ "Simon Sapin <simon.sapin@exyr.org>" ]
|
|
authors = [ "Simon Sapin <simon.sapin@exyr.org>" ]
|
|
|
|
|
|
|
|
description = "URL library for Rust, based on the WHATWG URL Standard"
|
|
description = "URL library for Rust, based on the WHATWG URL Standard"
|
|
@@ -45,7 +45,7 @@ version = ">=0.6.1, <0.8"
|
|
|
optional = true
|
|
optional = true
|
|
|
|
|
|
|
|
[dependencies]
|
|
[dependencies]
|
|
|
-uuid = "0.1.17"
|
|
|
|
|
|
|
+uuid = { version = "0.2", features = ["v4"] }
|
|
|
rustc-serialize = "0.3"
|
|
rustc-serialize = "0.3"
|
|
|
unicode-bidi = "0.2.3"
|
|
unicode-bidi = "0.2.3"
|
|
|
unicode-normalization = "0.1.2"
|
|
unicode-normalization = "0.1.2"
|