Anthony Ramine пре 10 година
родитељ
комит
7bff166371
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      Cargo.toml

+ 3 - 3
Cargo.toml

@@ -1,7 +1,7 @@
 [package]
 [package]
 
 
 name = "url"
 name = "url"
-version = "0.5.5"
+version = "0.5.6"
 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"
@@ -33,7 +33,7 @@ version = ">=0.1.1, <0.4"
 optional = true
 optional = true
 
 
 [dependencies.heapsize_plugin]
 [dependencies.heapsize_plugin]
-version = "0.1.0"
+version = "0.1.4"
 optional = true
 optional = true
 
 
 [dependencies.encoding]
 [dependencies.encoding]
@@ -41,7 +41,7 @@ version = "0.2"
 optional = true
 optional = true
 
 
 [dependencies.serde]
 [dependencies.serde]
-version = "0.6.1"
+version = ">=0.6.1, <0.8"
 optional = true
 optional = true
 
 
 [dependencies]
 [dependencies]