update dependencies

This commit is contained in:
Артём Павлов [Artyom Pavlov] 2018-10-15 05:07:58 +03:00
parent 2ae5589318
commit 06266556de
No known key found for this signature in database
GPG key ID: 13A9399FB77E335C
5 changed files with 702 additions and 502 deletions

1182
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -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]

View file

@ -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 }

View file

@ -23,10 +23,10 @@ serde_derive = "0.9.6"
serde_json = "0.9.5"
tokio-core = "0.1.2"
url = "1.3"
sha-1 = "0.7.0"
hmac = "0.6.2"
aes-ctr = "0.1.0"
block-modes = "0.1.0"
sha-1 = "0.8.0"
hmac = "0.7.0"
aes-ctr = "0.2.0"
block-modes = "0.2.0"
dns-sd = { version = "0.1.3", optional = true }
mdns = { git = "https://github.com/plietar/rust-mdns", optional = true }

View file

@ -33,11 +33,11 @@ tokio-core = "0.1.2"
tokio-io = "0.1"
url = "1.7.0"
uuid = { version = "0.4", features = ["v4"] }
sha-1 = "0.7.0"
hmac = "0.6.0"
pbkdf2 = "0.2.0"
aes = "0.1.0"
block-modes = "0.1.0"
sha-1 = "0.8.0"
hmac = "0.7.0"
pbkdf2 = "0.3.0"
aes = "0.3.0"
block-modes = "0.2.0"
[build-dependencies]
rand = "0.3.13"