Skip to content

Commit 0e8d2da

Browse files
build(deps): bump sha3 from 0.10.9 to 0.11.0
Bumps [sha3](https://github.com/RustCrypto/hashes) from 0.10.9 to 0.11.0. - [Commits](RustCrypto/hashes@sha3-v0.10.9...sha3-v0.11.0) --- updated-dependencies: - dependency-name: sha3 dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 62b28b4 commit 0e8d2da

2 files changed

Lines changed: 22 additions & 95 deletions

File tree

Cargo.lock

Lines changed: 21 additions & 94 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hqc-kem/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ hybrid-array = { version = "0.4.10", optional = true, features = ["extra-sizes"]
2828
kem_traits = { package = "kem", version = "0.3.0-rc.6", optional = true }
2929
pkcs8 = { version = "0.11", optional = true, default-features = false }
3030
rand = "0.10"
31-
sha3 = "0.10"
31+
sha3 = "0.11"
3232
serdect = { version = "0.4", optional = true }
3333
serde = { version = "1", features = ["derive"], optional = true }
3434
subtle = "2"

0 commit comments

Comments
 (0)