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:
dependabot[bot]
2021-12-08 18:12:35 -07:00
committed by GitHub
parent 181c0092d6
commit b61b7189a5
7 changed files with 137 additions and 48 deletions

View File

@ -51,7 +51,7 @@ digest = { version = "0.9.0", optional = true }
ed25519-dalek = { version = "=1.0.1", optional = true }
ed25519-dalek-bip32 = { version = "0.1.1", optional = true }
generic-array = { version = "0.14.4", default-features = false, features = ["serde", "more_lengths"], optional = true }
hmac = "0.11.0"
hmac = "0.12.0"
itertools = "0.10.3"
lazy_static = "1.4.0"
libsecp256k1 = { version = "0.6.0", optional = true }
@ -59,7 +59,7 @@ log = "0.4.14"
memmap2 = { version = "0.5.0", optional = true }
num-derive = "0.3"
num-traits = "0.2"
pbkdf2 = { version = "0.9.0", default-features = false }
pbkdf2 = { version = "0.10.0", default-features = false }
qstring = "0.7.2"
rand = { version = "0.7.0", optional = true }
rand_chacha = { version = "0.2.2", optional = true }
@ -68,7 +68,7 @@ serde = "1.0.130"
serde_bytes = "0.11"
serde_derive = "1.0.103"
serde_json = { version = "1.0.72", optional = true }
sha2 = "0.9.8"
sha2 = "0.10.0"
sha3 = { version = "0.9.1", optional = true }
solana-logger = { path = "../logger", version = "=1.10.0", optional = true }
solana-frozen-abi = { path = "../frozen-abi", version = "=1.10.0" }

View File

@ -27,7 +27,7 @@ rustversion = "1.0.3"
serde = "1.0.112"
serde_bytes = "0.11"
serde_derive = "1.0.103"
sha2 = "0.9.2"
sha2 = "0.10.0"
sha3 = "0.9.1"
solana-frozen-abi = { path = "../../frozen-abi", version = "=1.10.0" }
solana-frozen-abi-macro = { path = "../../frozen-abi/macro", version = "=1.10.0" }