Bump generic-array from 0.14.4 to 0.14.5 (#22297)

* Bump generic-array from 0.14.4 to 0.14.5

Bumps [generic-array](https://github.com/fizyk20/generic-array) from 0.14.4 to 0.14.5.
- [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)

---
updated-dependencies:
- dependency-name: generic-array
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

* [auto-commit] Update all Cargo lock files

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
This commit is contained in:
dependabot[bot]
2022-01-05 12:01:15 -07:00
committed by GitHub
parent 69e632a337
commit 98e7fada15
4 changed files with 30 additions and 30 deletions

View File

@@ -20,7 +20,7 @@ solana-frozen-abi-macro = { path = "macro", version = "=1.10.0" }
thiserror = "1.0"
[target.'cfg(not(target_arch = "bpf"))'.dependencies]
generic-array = { version = "0.14.4", default-features = false, features = ["serde", "more_lengths"]}
generic-array = { version = "0.14.5", default-features = false, features = ["serde", "more_lengths"]}
memmap2 = "0.5.0"
[target.'cfg(not(target_arch = "bpf"))'.dev-dependencies]