chore: bump sha3 from 0.10.0 to 0.10.1 (#23480)

* chore: bump sha3 from 0.10.0 to 0.10.1

Bumps [sha3](https://github.com/RustCrypto/hashes) from 0.10.0 to 0.10.1.
- [Release notes](https://github.com/RustCrypto/hashes/releases)
- [Commits](https://github.com/RustCrypto/hashes/compare/sha3-v0.10.0...sha3-v0.10.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

* [auto-commit] Update all Cargo lock files

* Revert bump in zk-token-sdk

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
Co-authored-by: Tyera Eulberg <tyera@solana.com>
This commit is contained in:
dependabot[bot] 2022-03-16 06:01:01 +00:00 committed by GitHub
parent e4590c5be6
commit 455313584f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 9 deletions

8
Cargo.lock generated
View File

@ -4061,9 +4061,9 @@ dependencies = [
[[package]]
name = "sha3"
version = "0.10.0"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31f935e31cf406e8c0e96c2815a5516181b7004ae8c5f296293221e9b1e356bd"
checksum = "881bf8156c87b6301fc5ca6b27f11eeb2761224c7081e69b409d5a1951a70c86"
dependencies = [
"digest 0.10.3",
"keccak",
@ -5372,7 +5372,7 @@ dependencies = [
"serde_derive",
"serde_json",
"sha2 0.10.2",
"sha3 0.10.0",
"sha3 0.10.1",
"solana-frozen-abi 1.10.3",
"solana-frozen-abi-macro 1.10.3",
"solana-logger 1.10.3",
@ -5674,7 +5674,7 @@ dependencies = [
"serde_derive",
"serde_json",
"sha2 0.10.2",
"sha3 0.10.0",
"sha3 0.10.1",
"solana-frozen-abi 1.10.3",
"solana-frozen-abi-macro 1.10.3",
"solana-logger 1.10.3",

View File

@ -2631,9 +2631,9 @@ dependencies = [
[[package]]
name = "sha3"
version = "0.10.0"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31f935e31cf406e8c0e96c2815a5516181b7004ae8c5f296293221e9b1e356bd"
checksum = "881bf8156c87b6301fc5ca6b27f11eeb2761224c7081e69b409d5a1951a70c86"
dependencies = [
"digest 0.10.3",
"keccak",
@ -3502,7 +3502,7 @@ dependencies = [
"serde_bytes",
"serde_derive",
"sha2 0.10.2",
"sha3 0.10.0",
"sha3 0.10.1",
"solana-frozen-abi 1.10.3",
"solana-frozen-abi-macro 1.10.3",
"solana-sdk-macro 1.10.3",
@ -3670,7 +3670,7 @@ dependencies = [
"serde_derive",
"serde_json",
"sha2 0.10.2",
"sha3 0.10.0",
"sha3 0.10.1",
"solana-frozen-abi 1.10.3",
"solana-frozen-abi-macro 1.10.3",
"solana-logger 1.10.3",

View File

@ -70,7 +70,7 @@ serde_bytes = "0.11"
serde_derive = "1.0.103"
serde_json = { version = "1.0.79", optional = true }
sha2 = "0.10.2"
sha3 = { version = "0.10.0", optional = true }
sha3 = { version = "0.10.1", optional = true }
solana-frozen-abi = { path = "../frozen-abi", version = "=1.10.3" }
solana-frozen-abi-macro = { path = "../frozen-abi/macro", version = "=1.10.3" }
solana-logger = { path = "../logger", version = "=1.10.3", optional = true }