Bump generic-array from 0.13.2 to 0.14.1 (#9446)

* Bump generic-array from 0.13.2 to 0.14.1

Bumps [generic-array](https://github.com/fizyk20/generic-array) from 0.13.2 to 0.14.1.
- [Release notes](https://github.com/fizyk20/generic-array/releases)
- [Changelog](https://github.com/fizyk20/generic-array/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fizyk20/generic-array/commits)

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

* [auto-commit] Update all Cargo lock files

* Optional generic-array

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
Co-authored-by: Jack May <jack@solana.com>
This commit is contained in:
dependabot-preview[bot]
2020-04-28 09:43:48 -07:00
committed by GitHub
parent 2de999fb61
commit 659e87703b
5 changed files with 14 additions and 13 deletions

View File

@@ -832,9 +832,9 @@ dependencies = [
[[package]]
name = "generic-array"
version = "0.13.2"
version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ed1e761351b56f54eb9dcd0cfaca9fd0daecf93918e1cfc01c8a3d26ee7adcd"
checksum = "6d2664c2cf08049036f31015b04c6ac3671379a1d86f52ed2416893f16022deb"
dependencies = [
"serde",
"typenum",
@@ -2612,7 +2612,7 @@ dependencies = [
"byteorder",
"chrono",
"ed25519-dalek",
"generic-array 0.13.2",
"generic-array 0.14.1",
"hex 0.4.2",
"hmac",
"itertools 0.9.0",