Skip to content

Commit

Permalink
Update generic-array requirement from 0.14 to 1.1
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 Jul 22, 2024
1 parent 295353c commit ccc931d
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 @@ -21,7 +21,7 @@ serde = { version = "1", optional = true, default-features = false, features = [
"derive",
] }
# needs to be compatible with aes and ctr; required to enable serde and zeroize features
generic-array = { version = "0.14", default-features = false }
generic-array = { version = "1.1", default-features = false }

[features]
std = ["ctr/std"]
Expand Down

0 comments on commit ccc931d

Please sign in to comment.