Skip to content

Commit

Permalink
build(deps): bump sha3 from 0.9.1 to 0.10.8
Browse files Browse the repository at this point in the history
Bumps [sha3](https://github.com/RustCrypto/hashes) from 0.9.1 to 0.10.8.
- [Commits](RustCrypto/hashes@sha3-v0.9.1...sha3/v0.10.8)

---
updated-dependencies:
- dependency-name: sha3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 21, 2024
1 parent 9eb4d09 commit d84817e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 26 deletions.
29 changes: 5 additions & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion zk-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ rand = { version = "0.7" }
serde = { workspace = true }
serde_derive = { workspace = true }
serde_json = { workspace = true }
sha3 = "0.9"
sha3 = "0.10"
solana-sdk = { workspace = true }
subtle = { workspace = true }
zeroize = { workspace = true, features = ["zeroize_derive"] }
Expand Down
2 changes: 1 addition & 1 deletion zk-token-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ rand = { version = "0.7" }
serde = { workspace = true }
serde_derive = { workspace = true }
serde_json = { workspace = true }
sha3 = "0.9"
sha3 = "0.10"
solana-sdk = { workspace = true }
subtle = { workspace = true }
zeroize = { workspace = true, features = ["zeroize_derive"] }
Expand Down

0 comments on commit d84817e

Please sign in to comment.