chore: bump digest from 0.9.0 to 0.10.0 (#21742)
* chore: bump digest from 0.9.0 to 0.10.0 Bumps [digest](https://github.com/RustCrypto/traits) from 0.9.0 to 0.10.0. - [Release notes](https://github.com/RustCrypto/traits/releases) - [Commits](https://github.com/RustCrypto/traits/compare/digest-v0.9.0...digest-v0.10.0) --- updated-dependencies: - dependency-name: digest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * tree; multiple versions of digest required * Bump sha3 as well Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tyera Eulberg <tyera@solana.com>
This commit is contained in:
@ -28,7 +28,7 @@ serde = "1.0.112"
|
||||
serde_bytes = "0.11"
|
||||
serde_derive = "1.0.103"
|
||||
sha2 = "0.10.0"
|
||||
sha3 = "0.9.1"
|
||||
sha3 = "0.10.0"
|
||||
solana-frozen-abi = { path = "../../frozen-abi", version = "=1.10.0" }
|
||||
solana-frozen-abi-macro = { path = "../../frozen-abi/macro", version = "=1.10.0" }
|
||||
solana-sdk-macro = { path = "../macro", version = "=1.10.0" }
|
||||
|
Reference in New Issue
Block a user