Skip to content

Commit

Permalink
Merge pull request #601 from EspressoSystems/jb/update-tide-disco
Browse files Browse the repository at this point in the history
Update tide-disco
  • Loading branch information
jbearer authored May 30, 2024
2 parents 7e1a763 + 36db5de commit 140a223
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 14 deletions.
94 changes: 84 additions & 10 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 @@ -12,7 +12,7 @@

[package]
name = "hotshot-query-service"
version = "0.1.23"
version = "0.1.27"
authors = ["Espresso Systems <hello@espressosys.com>"]
edition = "2021"
license = "GPL-3.0-or-later"
Expand Down Expand Up @@ -63,8 +63,8 @@ ark-serialize = "0.4.2"
async-compatibility-layer = { version = "1.1", default-features = false, features = [
"logging-utils",
] }
async-std = { version = "1.9.0", features = ["unstable", "attributes"] }
async-lock = "3.3.0"
async-std = { version = "1.9.0", features = ["unstable", "attributes"] }
async-trait = "0.1"
bincode = "1.3"
bit-vec = { version = "0.6.3", features = ["serde_std"] }
Expand All @@ -85,9 +85,9 @@ prometheus = "0.13"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
snafu = "0.8"
surf-disco = "0.6"
surf-disco = "0.7"
tagged-base64 = "0.4"
tide-disco = "0.6"
tide-disco = "0.7"
time = "0.3"
toml = "0.8"
tracing = "0.1"
Expand Down

0 comments on commit 140a223

Please sign in to comment.