From 83db75c0bbe4a4cbb72e6cbfc2f9802690cfc020 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 11:30:55 -0700 Subject: [PATCH] [Backport release-rogue] Update query service (#2198) Update query service (#2197) (cherry picked from commit 36cf09230e5bb32aa183e4bd325f16affd851c00) Co-authored-by: Jeb Bearer --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 18f76f800..86c444c72 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4356,7 +4356,7 @@ dependencies = [ [[package]] name = "hotshot-query-service" version = "0.1.62" -source = "git+https://github.com/EspressoSystems/hotshot-query-service?tag=0.1.64#b344b0f87b8a68bfde86f161fe1eea4e978e2a8b" +source = "git+https://github.com/EspressoSystems/hotshot-query-service?tag=0.1.65#4a2dc4648036b604f4df70bb454dc15eda03acdf" dependencies = [ "anyhow", "ark-serialize", diff --git a/Cargo.toml b/Cargo.toml index ba112cc03..b00ad90fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ marketplace-builder-core = { git = "https://github.com/EspressoSystems/marketpla marketplace-builder-shared = { git = "https://github.com/EspressoSystems/marketplace-builder-core", tag = "0.1.52" } hotshot-events-service = { git = "https://github.com/EspressoSystems/hotshot-events-service.git", tag = "0.1.50" } hotshot-orchestrator = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.78" } -hotshot-query-service = { git = "https://github.com/EspressoSystems/hotshot-query-service", tag = "0.1.64" } +hotshot-query-service = { git = "https://github.com/EspressoSystems/hotshot-query-service", tag = "0.1.65" } hotshot-stake-table = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.78" } hotshot-state-prover = { version = "0.1.0", path = "hotshot-state-prover" } hotshot-task = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.78" }