Skip to content

Commit

Permalink
Bump generic-array from 0.14.7 to 1.0.0
Browse files Browse the repository at this point in the history
Bumps [generic-array](https://github.com/fizyk20/generic-array) from 0.14.7 to 1.0.0.
- [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/1.0.0)

---
updated-dependencies:
- dependency-name: generic-array
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 10, 2023
1 parent b5c6026 commit 6402be5
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 22 deletions.
47 changes: 28 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/hotshot-qc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ark-std = { workspace = true }
bincode = { workspace = true }
bitvec = { workspace = true }
ethereum-types = { workspace = true }
generic-array = "0.14.7"
generic-array = "1.0.0"
hotshot-types = { path = "../types" }
jf-primitives = { workspace = true }
jf-relation = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/hotshot-stake-table/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ bitvec = { workspace = true }
digest = { workspace = true }
displaydoc = { version = "0.2.3", default-features = false }
ethereum-types = { workspace = true }
generic-array = "0.14.7"
generic-array = "1.0.0"
hotshot-types = { path = "../types" }
jf-primitives = { workspace = true }
jf-relation = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ed25519-compact = { version = "2.0.4", optional = true }
either = { workspace = true, features = ["serde"] }
espresso-systems-common = { workspace = true }
futures = { workspace = true }
generic-array = "0.14.7"
generic-array = "1.0.0"
hex_fmt = "0.3.0"
hotshot-utils = { path = "../utils" }
hotshot-task = { path = "../task", default-features = false }
Expand Down

0 comments on commit 6402be5

Please sign in to comment.