Skip to content

Commit

Permalink
update rustcrypto aes
Browse files Browse the repository at this point in the history
  • Loading branch information
franziskuskiefer committed Nov 9, 2020
1 parent 2630342 commit a60f352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evercrypt-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ serialization = ["serde", "serde_json"]

[dependencies]
evercrypt-sys = { version = "0.0.3" }
aes-gcm = { version = "0.6", optional = true }
aes-gcm = { version = "0.8", optional = true }
rand = { version = "0.7", optional = true }
rand_core = { version = "0.5", optional = true }
serde_json = { version = "1.0", optional = true }
Expand Down

0 comments on commit a60f352

Please sign in to comment.