Bump generic-array from 0.14.6 to 0.14.7 (#954)

Bumps [generic-array](https://github.com/fizyk20/generic-array) from 0.14.6 to 0.14.7.
- [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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-03-28 16:59:24 +11:00 committed by GitHub
parent 8109289e81
commit 0fa729d742
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -21,7 +21,7 @@ digest = "0.10.6"
flate2 = { version = "1.0.25", default-features = false }
futures-lite = { version = "1.12.0", default-features = false }
futures-util = "0.3.27"
generic-array = "0.14.6"
generic-array = "0.14.7"
httpdate = "1.0.2"
reqwest = { version = "0.11.16", features = ["stream", "gzip", "brotli", "deflate"], default-features = false }
serde = { version = "1.0.157", features = ["derive"], optional = true }