From 3fa09bd6377e45ea7ea4c866e65e6950ec5cc61b Mon Sep 17 00:00:00 2001 From: Theodore Schnepper Date: Mon, 26 Aug 2024 10:54:49 -0600 Subject: [PATCH] Update hotshot-builder-core to fix deadlock --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0be032f9d..d3d901c15 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4141,8 +4141,8 @@ dependencies = [ [[package]] name = "hotshot-builder-core" -version = "0.1.39" -source = "git+https://github.com/EspressoSystems/hotshot-builder-core?tag=0.1.42#31545442d5118e50d9f0fb2e451ecbd111fa74d0" +version = "0.1.43" +source = "git+https://github.com/EspressoSystems/hotshot-builder-core?tag=0.1.43#87d1b2a3579d631f6b899d3b2f991b5a3a23a5f1" dependencies = [ "anyhow", "async-broadcast", diff --git a/Cargo.toml b/Cargo.toml index 70a4cccd7..ba8bccf07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ futures = "0.3" hotshot = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.71" } # Hotshot imports hotshot-builder-api = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.71" } -hotshot-builder-core = { git = "https://github.com/EspressoSystems/hotshot-builder-core", tag = "0.1.42" } +hotshot-builder-core = { git = "https://github.com/EspressoSystems/hotshot-builder-core", tag = "0.1.43" } marketplace-builder-core = { git = "https://github.com/EspressoSystems/marketplace-builder-core", tag = "0.0.6" } hotshot-events-service = { git = "https://github.com/EspressoSystems/hotshot-events-service.git", tag = "0.1.42" } hotshot-orchestrator = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.71" }