Skip to content

Commit

Permalink
build(deps): bump sha3 from 0.10.1 to 0.10.2
Browse files Browse the repository at this point in the history
Bumps [sha3](https://github.com/RustCrypto/hashes) from 0.10.1 to 0.10.2.
- [Release notes](https://github.com/RustCrypto/hashes/releases)
- [Commits](RustCrypto/hashes@sha3-v0.10.1...sha3-v0.10.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 1, 2022
1 parent fa0274b commit 1106934
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 crates/sui-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ serde = { version = "1.0.140", features = ["derive"] }
curve25519-dalek = { version = "3", default-features = false, features = ["serde"] }
serde-name = "0.2.1"
sha2 = "0.9.9"
sha3 = "0.10.1"
sha3 = "0.10.2"
thiserror = "1.0.31"
tracing = "0.1"
hex = "0.4.3"
Expand Down

0 comments on commit 1106934

Please sign in to comment.