Skip to content

Commit

Permalink
Merge pull request #500 from EspressoSystems/abdul/update-hotshot-0-5-28
Browse files Browse the repository at this point in the history
update hotshot to tag 0.5.28
  • Loading branch information
imabdulbasit authored Mar 26, 2024
2 parents 2075ea8 + a921947 commit c055b33
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 103 deletions.
112 changes: 13 additions & 99 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ derivative = "2.2"
derive_more = "0.99"
either = "1.10"
futures = "0.3"
hotshot = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.27" }
hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.27" }
hotshot = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.28" }
hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.28" }
itertools = "0.12.1"
jf-primitives = { git = "https://github.com/EspressoSystems/jellyfish", tag = "0.4.2" }
prometheus = "0.13"
Expand Down Expand Up @@ -111,7 +111,7 @@ tokio-postgres = { version = "0.7", optional = true, default-features = false, f

# Dependencies enabled by feature "testing".
espresso-macros = { git = "https://github.com/EspressoSystems/espresso-macros.git", tag = "0.1.0", optional = true }
hotshot-example-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.27", optional = true }
hotshot-example-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.28", optional = true }
portpicker = { version = "0.1", optional = true }
rand = { version = "0.8", optional = true }
spin_sleep = { version = "1.2", optional = true }
Expand All @@ -131,7 +131,7 @@ backtrace-on-stack-overflow = { version = "0.3", optional = true }
[dev-dependencies]
espresso-macros = { git = "https://github.com/EspressoSystems/espresso-macros.git", tag = "0.1.0" }
generic-array = "0.14"
hotshot-example-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.27" }
hotshot-example-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.28" }
portpicker = "0.1"
rand = "0.8"
spin_sleep = "1.2"
Expand Down

0 comments on commit c055b33

Please sign in to comment.