|
@@ -34,7 +34,7 @@ base64 = "0.5.0"
|
|
|
env_logger = "0.4.0"
|
|
|
futures = "0.1.8"
|
|
|
getopts = "0.2.14"
|
|
|
-hyper = { git = "https://github.com/hyperium/hyper" }
|
|
|
+hyper = "0.11.2"
|
|
|
log = "0.3.5"
|
|
|
mdns = { git = "https://github.com/plietar/rust-mdns" }
|
|
|
num-bigint = "0.1.35"
|
|
@@ -51,7 +51,7 @@ url = "1.3"
|
|
|
|
|
|
alsa = { git = "https://github.com/plietar/rust-alsa", optional = true }
|
|
|
portaudio-rs = { version = "0.3.0", optional = true }
|
|
|
-libpulse-sys = { git = "https://github.com/astro/libpulse-sys", optional = true }
|
|
|
+libpulse-sys = { version = "0.0.0", optional = true }
|
|
|
|
|
|
[build-dependencies]
|
|
|
rand = "0.3.13"
|