Skip to content

Commit

Permalink
Bump generic-array from 0.14.7 to 1.0.0 (#1724)
Browse files Browse the repository at this point in the history
* Bump generic-array from 0.14.7 to 1.0.0

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]>

* set generic-array dep to 0.14.7, make it a shared workspace dep

* update commit dep to latest main

* update jellyfish dep to latest main

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gus Gutoski <[email protected]>
  • Loading branch information
dependabot[bot] and ggutoski authored Oct 2, 2023
1 parent 63f7a78 commit 4d2a9a1
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
10 changes: 4 additions & 6 deletions Cargo.lock

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

5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ either = { version = "1.8" }
espresso-systems-common = { git = "https://github.com/espressosystems/espresso-systems-common", tag = "0.4.1" }
ethereum-types = { version = "0.14.1", features = ["impl-serde"] }
futures = "0.3.28"

# TODO generic-array should not be a direct dependency
# https://github.com/EspressoSystems/HotShot/issues/1850
generic-array = { version = "0.14.7", features = ["serde"] }

jf-primitives = { git = "https://github.com/EspressoSystems/jellyfish" }
jf-relation = { git = "https://github.com/EspressoSystems/jellyfish" }
jf-utils = { git = "https://github.com/espressosystems/jellyfish" }
Expand Down
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 = { workspace = true }
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 = { workspace = true }
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 @@ displaydoc = { version = "0.2.3", default-features = false }
either = { workspace = true, features = ["serde"] }
espresso-systems-common = { workspace = true }
futures = { workspace = true }
generic-array = "0.14.7"
generic-array = { workspace = true }
hex_fmt = "0.3.0"
hotshot-constants = { path = "../constants" }
hotshot-utils = { path = "../utils" }
Expand Down

0 comments on commit 4d2a9a1

Please sign in to comment.