chore: bump hmac from 0.11.0 to 0.12.0 (#21681)
* chore: bump hmac from 0.11.0 to 0.12.0 Bumps [hmac](https://github.com/RustCrypto/MACs) from 0.11.0 to 0.12.0. - [Release notes](https://github.com/RustCrypto/MACs/releases) - [Commits](https://github.com/RustCrypto/MACs/compare/hmac-v0.11.0...hmac-v0.12.0) --- updated-dependencies: - dependency-name: hmac dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * [auto-commit] Update all Cargo lock files * Update dependabot-pr.sh * Bump sha2 and pbkdf2 as well 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: axleiro <83293196+axleiro@users.noreply.github.com> Co-authored-by: Tyera Eulberg <tyera@solana.com>
This commit is contained in:
@ -30,7 +30,7 @@ rand_chacha = "0.2.2"
|
||||
rayon = "1.5.1"
|
||||
serde = "1.0.130"
|
||||
serde_bytes = "0.11.5"
|
||||
sha2 = "0.9.8"
|
||||
sha2 = "0.10.0"
|
||||
solana-bpf-loader-program = { path = "../programs/bpf_loader", version = "=1.10.0" }
|
||||
solana-entry = { path = "../entry", version = "=1.10.0" }
|
||||
solana-frozen-abi = { path = "../frozen-abi", version = "=1.10.0" }
|
||||
|
Reference in New Issue
Block a user