diff --git a/Cargo.lock b/Cargo.lock index f2da0417bc..e214ffd916 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4229,8 +4229,8 @@ dependencies = [ [[package]] name = "hotshot-query-service" -version = "0.1.33" -source = "git+https://github.com/EspressoSystems/hotshot-query-service?tag=0.1.33#0b633b104606cfe5af5903d26f78db523e5180dc" +version = "0.1.34" +source = "git+https://github.com/EspressoSystems/hotshot-query-service?tag=0.1.34#7b363e18965303bbe719a53aec757dbadeee23b7" dependencies = [ "anyhow", "ark-serialize", diff --git a/Cargo.toml b/Cargo.toml index d672d50a80..ff09ad58c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ hotshot-builder-api = { git = "https://github.com/EspressoSystems/HotShot.git", hotshot-builder-core = { git = "https://github.com/EspressoSystems/hotshot-builder-core", tag = "0.1.25" } hotshot-events-service = { git = "https://github.com/EspressoSystems/hotshot-events-service.git", tag = "0.1.25" } hotshot-orchestrator = { git = "https://github.com/EspressoSystems/hotshot", tag = "rc-0.5.56" } -hotshot-query-service = { git = "https://github.com/EspressoSystems/hotshot-query-service", tag = "0.1.33" } +hotshot-query-service = { git = "https://github.com/EspressoSystems/hotshot-query-service", tag = "0.1.34" } hotshot-stake-table = { git = "https://github.com/EspressoSystems/hotshot", tag = "rc-0.5.56" } hotshot-state-prover = { version = "0.1.0", path = "hotshot-state-prover" } hotshot-task = { git = "https://github.com/EspressoSystems/hotshot", tag = "rc-0.5.56" }