Skip to content

Commit

Permalink
chore(deps): update generic-array requirement from 0 to 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](fizyk20/generic-array@0.0.1...1.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 14, 2023
1 parent fd2bcfc commit 42daa61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ derivative = { version = "2", features = ["use_core"] }
digest = { version = "0.10.1", default-features = false, features = ["alloc"] }
displaydoc = { version = "0.2.3", default-features = false }
espresso-systems-common = { git = "https://github.com/espressosystems/espresso-systems-common", tag = "0.4.0" }
generic-array = { version = "0", features = [
generic-array = { version = "1", features = [
"serde",
] } # not a direct dependency, but we need serde
hashbrown = "0.13.1"
Expand Down

0 comments on commit 42daa61

Please sign in to comment.