Skip to content

Commit

Permalink
upgrade CryptoCore
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrezot committed Jul 9, 2024
1 parent 9993742 commit 1e04d94
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ bench = []

[dependencies]
aes = "0.8.4"
cosmian_crypto_core = {git = "https://github.com/Cosmian/crypto_core.git", branch = "tbz/derive-clone-for-symkey", default-features = false, features = ["aes", "sha3"]}
cosmian_crypto_core = {version = "9.5", default-features = false, features = ["aes", "sha3"]}

[dev-dependencies]
futures = "0.3.30"
cosmian_crypto_core = {git = "https://github.com/Cosmian/crypto_core.git", branch = "tbz/derive-clone-for-symkey", default-features = false, features = ["aes", "sha3"]}
criterion = "0.5.1"
tokio = {version = "1.38.0", features = ["rt", "macros", "rt-multi-thread", "time"]}
lazy_static = "1.5.0"
Expand Down

0 comments on commit 1e04d94

Please sign in to comment.