Skip to content

Commit

Permalink
Update generic-array requirement from 0.14 to 1.0
Browse files Browse the repository at this point in the history
Updates the requirements on [generic-array](https://github.com/fizyk20/generic-array) to permit the latest version.
- [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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent 164105f commit e47a179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ age = "0.9"
aes-gcm = { version = "0.10", features = ["std"] }
base64 = "0.21"
derive_more = "0.99"
generic-array = "0.14"
generic-array = "1.0"
indexmap = "2"
indoc = "2"
pretty_assertions = "1"
Expand Down

0 comments on commit e47a179

Please sign in to comment.