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](fizyk20/generic-array@0.14.0...1.0.0)

---
updated-dependencies:
- dependency-name: generic-array
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 13, 2023
1 parent c767c9f commit b65abf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mla/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ serde = { version = "1", default-features = false, features = ["derive"] }
bincode = { version = "1.3", default-features = false}
# Crypto needs
# Version fixed due to avoid conflict dependencies with `aes`, `aes-ctr` and `ghash`
generic-array = { version = "0.14", default-features = false}
generic-array = { version = "1.0", default-features = false}
ghash = { version = "0.5", default-features = false}
aes = { version = "0.8", default-features = false}
ctr = { version = "0.9", default-features = false}
Expand Down

0 comments on commit b65abf4

Please sign in to comment.