From b35ddaca998bf9033238636247e95ce9ab73d409 Mon Sep 17 00:00:00 2001 From: Artemii Gerasimovich Date: Thu, 31 Oct 2024 21:44:04 +0100 Subject: [PATCH] Bump builder --- Cargo.lock | 12 ++++++------ Cargo.toml | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a2a6f4312a..b509796fe4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4179,8 +4179,8 @@ dependencies = [ [[package]] name = "hotshot-builder-core" -version = "0.1.51" -source = "git+https://github.com/EspressoSystems/marketplace-builder-core?tag=0.1.54#efdf2ccab5b8b943f4ce192c4143d616857f1412" +version = "0.1.55" +source = "git+https://github.com/EspressoSystems/marketplace-builder-core?tag=0.1.55#ce8947c5c47ede1f471e0cc88c3a50753b0e500c" dependencies = [ "anyhow", "async-broadcast", @@ -6329,8 +6329,8 @@ dependencies = [ [[package]] name = "marketplace-builder-core" -version = "0.1.51" -source = "git+https://github.com/EspressoSystems/marketplace-builder-core?tag=0.1.54#efdf2ccab5b8b943f4ce192c4143d616857f1412" +version = "0.1.55" +source = "git+https://github.com/EspressoSystems/marketplace-builder-core?tag=0.1.55#ce8947c5c47ede1f471e0cc88c3a50753b0e500c" dependencies = [ "anyhow", "async-broadcast", @@ -6371,8 +6371,8 @@ dependencies = [ [[package]] name = "marketplace-builder-shared" -version = "0.1.51" -source = "git+https://github.com/EspressoSystems/marketplace-builder-core?tag=0.1.54#efdf2ccab5b8b943f4ce192c4143d616857f1412" +version = "0.1.55" +source = "git+https://github.com/EspressoSystems/marketplace-builder-core?tag=0.1.55#ce8947c5c47ede1f471e0cc88c3a50753b0e500c" dependencies = [ "anyhow", "async-broadcast", diff --git a/Cargo.toml b/Cargo.toml index bbbdd4d6b5..7f9b68305e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,9 +60,9 @@ futures = "0.3" hotshot = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.79" } # Hotshot imports hotshot-builder-api = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.79" } -hotshot-builder-core = { git = "https://github.com/EspressoSystems/marketplace-builder-core", tag = "0.1.54" } -marketplace-builder-core = { git = "https://github.com/EspressoSystems/marketplace-builder-core", tag = "0.1.54" } -marketplace-builder-shared = { git = "https://github.com/EspressoSystems/marketplace-builder-core", tag = "0.1.54" } +hotshot-builder-core = { git = "https://github.com/EspressoSystems/marketplace-builder-core", tag = "0.1.55" } +marketplace-builder-core = { git = "https://github.com/EspressoSystems/marketplace-builder-core", tag = "0.1.55" } +marketplace-builder-shared = { git = "https://github.com/EspressoSystems/marketplace-builder-core", tag = "0.1.55" } hotshot-events-service = { git = "https://github.com/EspressoSystems/hotshot-events-service.git", tag = "0.1.52" } hotshot-orchestrator = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.79" } hotshot-query-service = { git = "https://github.com/EspressoSystems/hotshot-query-service", tag = "0.1.68" }