Skip to content

Commit

Permalink
Bump aes-gcm to v0.8; chacha20poly1305 to v0.7 (#101)
Browse files Browse the repository at this point in the history
These releases use the new `cipher` crate:

https://github.com/RustCrypto/traits/tree/master/cipher
  • Loading branch information
tarcieri authored Oct 31, 2020
1 parent 6a09559 commit ec32cfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ rand_core = "0.5"
subtle = "2.2"

# default crypto provider
aes-gcm = { version = "0.7", optional = true }
chacha20poly1305 = { version = "0.6", optional = true }
aes-gcm = { version = "0.8", optional = true }
chacha20poly1305 = { version = "0.7", optional = true }
blake2 = { version = "0.9", optional = true }
rand = { version = "0.7", optional = true }
sha2 = { version = "0.9", optional = true }
Expand Down

0 comments on commit ec32cfa

Please sign in to comment.