Browse Source

update dependencies

Артём Павлов [Artyom Pavlov] 6 years ago
parent
commit
06266556de
5 changed files with 267 additions and 238 deletions
  1. 256 227
      Cargo.lock
  2. 1 1
      Cargo.toml
  3. 1 1
      audio/Cargo.toml
  4. 4 4
      connect/Cargo.toml
  5. 5 5
      core/Cargo.toml

File diff suppressed because it is too large
+ 256 - 227
Cargo.lock


+ 1 - 1
Cargo.toml

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

+ 1 - 1
audio/Cargo.toml

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

+ 4 - 4
connect/Cargo.toml

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

+ 5 - 5
core/Cargo.toml

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

Some files were not shown because too many files changed in this diff