Skip to content

Commit ac652e1

Browse files
build(deps): bump sha3 from 0.10.8 to 0.11.0 in /core (#411)
Bumps [sha3](https://github.com/RustCrypto/hashes) from 0.10.8 to 0.11.0. - [Commits](RustCrypto/hashes@sha3/v0.10.8...sha3-v0.11.0) --- updated-dependencies: - dependency-name: sha3 dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4eefdfa commit ac652e1

2 files changed

Lines changed: 5 additions & 24 deletions

File tree

core/Cargo.lock

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

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ num-integer = { version = "0.1.46" }
101101
bigdecimal = "0.4.10"
102102
hmac = { version = "0.13.0" }
103103
sha2 = { version = "0.11.0" }
104-
sha3 = { version = "0.10.8" }
104+
sha3 = { version = "0.11.0" }
105105
zeroize = { version = "1.8.2" }
106106
ring = { version = "0.17.14", features = ["std"] }
107107
rand = { version = "0.10.1" }

0 commit comments

Comments
 (0)