|
@@ -4,13 +4,13 @@ version = "0.1.0"
|
|
|
dependencies = [
|
|
|
"bit-set 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "eventual 0.1.4 (git+https://github.com/carllerche/eventual.git)",
|
|
|
+ "eventual 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"librespot-protocol 0.1.0",
|
|
|
"num 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"portaudio 0.1.2 (git+https://github.com/mvdnes/portaudio-rs)",
|
|
|
- "protobuf 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "protobuf 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"protobuf_macros 0.1.0 (git+https://github.com/plietar/rust-protobuf-macros.git)",
|
|
|
"rand 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"rpassword 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -56,8 +56,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "eventual"
|
|
|
-version = "0.1.4"
|
|
|
-source = "git+https://github.com/carllerche/eventual.git#43fdda25a0a275fec919bc449a159797362b28a2"
|
|
|
+version = "0.1.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"syncbox 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -116,7 +116,7 @@ name = "librespot-protocol"
|
|
|
version = "0.1.0"
|
|
|
dependencies = [
|
|
|
"mod_path 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "protobuf 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "protobuf 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -177,7 +177,7 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "protobuf"
|
|
|
-version = "1.0.6"
|
|
|
+version = "1.0.9"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|