@@ -50,7 +50,7 @@ tokio-core = "0.1.2"
tokio-io = "0.1"
tokio-signal = "0.1.2"
url = "1.7.0"
-sha-1 = "0.7.0"
+sha-1 = "0.8.0"
hex = "0.3.2"
[build-dependencies]
@@ -15,7 +15,7 @@ log = "0.3.5"
num-bigint = "0.1.35"
num-traits = "0.1.36"
tempfile = "2.1"
-aes-ctr = "0.1.0"
+aes-ctr = "0.2.0"
tremor = { git = "https://github.com/plietar/rust-tremor", optional = true }
vorbis = { version ="0.1.0", optional = true }
@@ -23,10 +23,10 @@ serde_derive = "0.9.6"
serde_json = "0.9.5"
tokio-core = "0.1.2"
url = "1.3"
-hmac = "0.6.2"
-block-modes = "0.1.0"
+hmac = "0.7.0"
+block-modes = "0.2.0"
dns-sd = { version = "0.1.3", optional = true }
mdns = { git = "https://github.com/plietar/rust-mdns", optional = true }
@@ -33,11 +33,11 @@ tokio-core = "0.1.2"
uuid = { version = "0.4", features = ["v4"] }
-hmac = "0.6.0"
-pbkdf2 = "0.2.0"
-aes = "0.1.0"
+pbkdf2 = "0.3.0"
+aes = "0.3.0"
rand = "0.3.13"