Skip to content

Commit

Permalink
Upgrade RustCrypto and dalek-cryptography crates (#97)
Browse files Browse the repository at this point in the history
Signed-off-by: koushiro <koushiro.cqx@gmail.com>
  • Loading branch information
koushiro committed Sep 30, 2020
1 parent 014db97 commit 4615090
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ rand_core = "0.5"
subtle = "2.2"

# default crypto provider
aes-gcm = { version = "0.6", optional = true }
chacha20poly1305 = { version = "0.5", optional = true }
aes-gcm = { version = "0.7", optional = true }
chacha20poly1305 = { version = "0.6", optional = true }
blake2 = { version = "0.9", optional = true }
rand = { version = "0.7", optional = true }
sha2 = { version = "0.9", optional = true }
x25519-dalek = { version = "0.6", optional = true }
x25519-dalek = { version = "1.1", optional = true }
pqcrypto-kyber = { version = "0.6", optional = true }
pqcrypto-traits = { version = "0.3", optional = true }

Expand All @@ -72,4 +72,3 @@ rustc_version = "0.2"
features = [ "ring-resolver", "libsodium-resolver" ]
all-features = false
no-default-features = false

0 comments on commit 4615090

Please sign in to comment.