|
|
@@ -1,7 +1,7 @@
|
|
|
[package]
|
|
|
|
|
|
name = "url"
|
|
|
-version = "0.5.5"
|
|
|
+version = "0.5.6"
|
|
|
authors = [ "Simon Sapin <simon.sapin@exyr.org>" ]
|
|
|
|
|
|
description = "URL library for Rust, based on the WHATWG URL Standard"
|
|
|
@@ -33,7 +33,7 @@ version = ">=0.1.1, <0.4"
|
|
|
optional = true
|
|
|
|
|
|
[dependencies.heapsize_plugin]
|
|
|
-version = "0.1.0"
|
|
|
+version = "0.1.4"
|
|
|
optional = true
|
|
|
|
|
|
[dependencies.encoding]
|
|
|
@@ -41,7 +41,7 @@ version = "0.2"
|
|
|
optional = true
|
|
|
|
|
|
[dependencies.serde]
|
|
|
-version = "0.6.1"
|
|
|
+version = ">=0.6.1, <0.8"
|
|
|
optional = true
|
|
|
|
|
|
[dependencies]
|