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

@ -207,6 +207,15 @@ dependencies = [
"generic-array 0.14.4",
]
[[package]]
name = "block-buffer"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1d36a02058e76b040de25a4464ba1c80935655595b661505c8b39b664828b95"
dependencies = [
"generic-array 0.14.4",
]
[[package]]
name = "block-padding"
version = "0.2.1"
@ -532,6 +541,15 @@ version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
[[package]]
name = "crypto-common"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "567569e659735adb39ff2d4c20600f7cd78be5471f8c58ab162bce3c03fdbc5f"
dependencies = [
"generic-array 0.14.4",
]
[[package]]
name = "crypto-mac"
version = "0.8.0"
@ -659,6 +677,18 @@ dependencies = [
"generic-array 0.14.4",
]
[[package]]
name = "digest"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8549e6bfdecd113b7e221fe60b433087f6957387a20f8118ebca9b12af19143d"
dependencies = [
"block-buffer 0.10.0",
"crypto-common",
"generic-array 0.14.4",
"subtle",
]
[[package]]
name = "dir-diff"
version = "0.3.2"
@ -737,7 +767,7 @@ dependencies = [
"ed25519",
"rand 0.7.3",
"serde",
"sha2",
"sha2 0.9.8",
"zeroize",
]
@ -751,7 +781,7 @@ dependencies = [
"ed25519-dalek",
"failure",
"hmac 0.9.0",
"sha2",
"sha2 0.9.8",
]
[[package]]
@ -1200,12 +1230,11 @@ dependencies = [
[[package]]
name = "hmac"
version = "0.11.0"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"
checksum = "ddca131f3e7f2ce2df364b57949a9d47915cfbd35e46cfee355ccebbf794d6a2"
dependencies = [
"crypto-mac 0.11.0",
"digest 0.9.0",
"digest 0.10.0",
]
[[package]]
@ -1455,7 +1484,7 @@ dependencies = [
"libsecp256k1-gen-genmult",
"rand 0.7.3",
"serde",
"sha2",
"sha2 0.9.8",
"typenum",
]
@ -1474,7 +1503,7 @@ dependencies = [
"libsecp256k1-gen-genmult",
"rand 0.7.3",
"serde",
"sha2",
"sha2 0.9.8",
"typenum",
]
@ -1814,11 +1843,11 @@ dependencies = [
[[package]]
name = "pbkdf2"
version = "0.9.0"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f05894bce6a1ba4be299d0c5f29563e08af2bc18bb7d48313113bed71e904739"
checksum = "a4628cc3cf953b82edcd3c1388c5715401420ce5524fedbab426bd5aba017434"
dependencies = [
"crypto-mac 0.11.0",
"digest 0.10.0",
]
[[package]]
@ -2402,7 +2431,7 @@ version = "0.9.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c4cfa741c5832d0ef7fab46cabed29c2aae926db0b11bb2069edd8db5e64e16"
dependencies = [
"block-buffer",
"block-buffer 0.9.0",
"cfg-if 1.0.0",
"cpufeatures 0.1.4",
"digest 0.9.0",
@ -2415,20 +2444,31 @@ version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b69f9a4c9740d74c5baa3fd2e547f9525fa8088a8a958e0ca2409a514e33f5fa"
dependencies = [
"block-buffer",
"block-buffer 0.9.0",
"cfg-if 1.0.0",
"cpufeatures 0.2.1",
"digest 0.9.0",
"opaque-debug",
]
[[package]]
name = "sha2"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "900d964dd36bb15bcf2f2b35694c072feab74969a54f2bbeec7a2d725d2bdcb6"
dependencies = [
"cfg-if 1.0.0",
"cpufeatures 0.2.1",
"digest 0.10.0",
]
[[package]]
name = "sha3"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"
dependencies = [
"block-buffer",
"block-buffer 0.9.0",
"digest 0.9.0",
"keccak",
"opaque-debug",
@ -3044,7 +3084,7 @@ dependencies = [
"rustc_version 0.2.3",
"serde",
"serde_derive",
"sha2",
"sha2 0.9.8",
"solana-frozen-abi-macro 1.7.6",
"solana-logger 1.7.6",
"thiserror",
@ -3062,7 +3102,7 @@ dependencies = [
"rustc_version 0.4.0",
"serde",
"serde_derive",
"sha2",
"sha2 0.10.0",
"solana-frozen-abi-macro 1.10.0",
"solana-logger 1.10.0",
"thiserror",
@ -3198,7 +3238,7 @@ dependencies = [
"serde",
"serde_bytes",
"serde_derive",
"sha2",
"sha2 0.9.8",
"sha3",
"solana-frozen-abi 1.7.6",
"solana-frozen-abi-macro 1.7.6",
@ -3234,7 +3274,7 @@ dependencies = [
"serde",
"serde_bytes",
"serde_derive",
"sha2",
"sha2 0.10.0",
"sha3",
"solana-frozen-abi 1.10.0",
"solana-frozen-abi-macro 1.10.0",
@ -3375,7 +3415,7 @@ dependencies = [
"ed25519-dalek",
"ed25519-dalek-bip32",
"generic-array 0.14.4",
"hmac 0.11.0",
"hmac 0.12.0",
"itertools 0.10.3",
"lazy_static",
"libsecp256k1 0.6.0",
@ -3383,7 +3423,7 @@ dependencies = [
"memmap2 0.5.0",
"num-derive",
"num-traits",
"pbkdf2 0.9.0",
"pbkdf2 0.10.0",
"qstring",
"rand 0.7.3",
"rand_chacha 0.2.2",
@ -3393,7 +3433,7 @@ dependencies = [
"serde_bytes",
"serde_derive",
"serde_json",
"sha2",
"sha2 0.10.0",
"sha3",
"solana-frozen-abi 1.10.0",
"solana-frozen-abi-macro 1.10.0",
@ -3597,9 +3637,9 @@ checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
[[package]]
name = "subtle"
version = "2.2.2"
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c65d530b10ccaeac294f349038a597e435b18fb456aadd0840a623f83b9e941"
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
[[package]]
name = "symlink"
@ -3780,7 +3820,7 @@ dependencies = [
"pbkdf2 0.4.0",
"rand 0.7.3",
"rustc-hash",
"sha2",
"sha2 0.9.8",
"thiserror",
"unicode-normalization",
"wasm-bindgen",