Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
bump events service
Browse files Browse the repository at this point in the history
  • Loading branch information
jparr721 committed Jun 7, 2024
1 parent aa38257 commit 592ddf5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 98 deletions.
105 changes: 10 additions & 95 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ derivative = "2.2"
futures = "0.3"
hotshot = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "rc-0.5.57" }
hotshot-builder-api = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "rc-0.5.57" }
hotshot-events-service = { git = "https://github.com/EspressoSystems/hotshot-events-service.git", tag = "0.1.26" }
hotshot-events-service = { git = "https://github.com/EspressoSystems/hotshot-events-service.git", tag = "0.1.27" }
hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "rc-0.5.57" }
serde = { version = "1.0", features = ["derive"] }
sha2 = "0.10"
snafu = "0.8"
surf-disco = "0.7"
surf-disco = "0.8"
tagged-base64 = "0.4"
tide-disco = "0.7"
tide-disco = "0.8"
tokio = "1"
tracing = "0.1"
vbs = "0.1"
Expand Down

0 comments on commit 592ddf5

Please sign in to comment.