mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
update dependencies
This commit is contained in:
parent
2ae5589318
commit
06266556de
5 changed files with 702 additions and 502 deletions
1182
Cargo.lock
generated
1182
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -50,7 +50,7 @@ tokio-core = "0.1.2"
|
||||||
tokio-io = "0.1"
|
tokio-io = "0.1"
|
||||||
tokio-signal = "0.1.2"
|
tokio-signal = "0.1.2"
|
||||||
url = "1.7.0"
|
url = "1.7.0"
|
||||||
sha-1 = "0.7.0"
|
sha-1 = "0.8.0"
|
||||||
hex = "0.3.2"
|
hex = "0.3.2"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
|
|
|
@ -15,7 +15,7 @@ log = "0.3.5"
|
||||||
num-bigint = "0.1.35"
|
num-bigint = "0.1.35"
|
||||||
num-traits = "0.1.36"
|
num-traits = "0.1.36"
|
||||||
tempfile = "2.1"
|
tempfile = "2.1"
|
||||||
aes-ctr = "0.1.0"
|
aes-ctr = "0.2.0"
|
||||||
|
|
||||||
tremor = { git = "https://github.com/plietar/rust-tremor", optional = true }
|
tremor = { git = "https://github.com/plietar/rust-tremor", optional = true }
|
||||||
vorbis = { version ="0.1.0", optional = true }
|
vorbis = { version ="0.1.0", optional = true }
|
||||||
|
|
|
@ -23,10 +23,10 @@ serde_derive = "0.9.6"
|
||||||
serde_json = "0.9.5"
|
serde_json = "0.9.5"
|
||||||
tokio-core = "0.1.2"
|
tokio-core = "0.1.2"
|
||||||
url = "1.3"
|
url = "1.3"
|
||||||
sha-1 = "0.7.0"
|
sha-1 = "0.8.0"
|
||||||
hmac = "0.6.2"
|
hmac = "0.7.0"
|
||||||
aes-ctr = "0.1.0"
|
aes-ctr = "0.2.0"
|
||||||
block-modes = "0.1.0"
|
block-modes = "0.2.0"
|
||||||
|
|
||||||
dns-sd = { version = "0.1.3", optional = true }
|
dns-sd = { version = "0.1.3", optional = true }
|
||||||
mdns = { git = "https://github.com/plietar/rust-mdns", optional = true }
|
mdns = { git = "https://github.com/plietar/rust-mdns", optional = true }
|
||||||
|
|
|
@ -33,11 +33,11 @@ tokio-core = "0.1.2"
|
||||||
tokio-io = "0.1"
|
tokio-io = "0.1"
|
||||||
url = "1.7.0"
|
url = "1.7.0"
|
||||||
uuid = { version = "0.4", features = ["v4"] }
|
uuid = { version = "0.4", features = ["v4"] }
|
||||||
sha-1 = "0.7.0"
|
sha-1 = "0.8.0"
|
||||||
hmac = "0.6.0"
|
hmac = "0.7.0"
|
||||||
pbkdf2 = "0.2.0"
|
pbkdf2 = "0.3.0"
|
||||||
aes = "0.1.0"
|
aes = "0.3.0"
|
||||||
block-modes = "0.1.0"
|
block-modes = "0.2.0"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
rand = "0.3.13"
|
rand = "0.3.13"
|
||||||
|
|
Loading…
Reference in a new issue