|
@@ -30,7 +30,7 @@ dependencies = [
|
|
|
"tempfile 2.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"tremor 0.1.0 (git+https://github.com/plietar/rust-tremor)",
|
|
|
- "url 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "url 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"vergen 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"vorbis 0.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
@@ -777,6 +777,18 @@ name = "unicode-xid"
|
|
|
version = "0.0.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "url"
|
|
|
+version = "0.5.9"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+dependencies = [
|
|
|
+ "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "unicode-bidi 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "unicode-normalization 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "uuid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "url"
|
|
|
version = "1.0.0"
|
|
@@ -800,6 +812,14 @@ name = "utf8-ranges"
|
|
|
version = "0.1.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "uuid"
|
|
|
+version = "0.2.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+dependencies = [
|
|
|
+ "rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "vergen"
|
|
|
version = "0.1.0"
|