Skip to content

Commit

Permalink
feat: update crypto_core to 9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuthor committed Sep 1, 2023
1 parent 46ef1c3 commit 6f1a745
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [12.0.2] - 2023-09-01

### Features

- Update crypto_core to 9.1.0

## [12.0.1] - 2023-07-19

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ hybridized_bench = []

[dependencies]
base64 = { version = "0.21.0", optional = true }
cosmian_crypto_core = { version = "9.0.0", default-features = false, features = ["ser", "sha3", "aes", "curve25519"] }
cosmian_crypto_core = { version = "9.1.0", default-features = false, features = ["ser", "sha3", "aes", "curve25519"] }
pqc_kyber = { version = "0.4", features = ["std", "hazmat"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down

0 comments on commit 6f1a745

Please sign in to comment.