From cfdd80c77a899c786aa2a0c70b0fb294dc8859ed Mon Sep 17 00:00:00 2001 From: Jarred Parr Date: Mon, 12 Aug 2024 08:50:40 -0600 Subject: [PATCH] update --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ae24acd..4117ecd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3056,7 +3056,7 @@ dependencies = [ [[package]] name = "hotshot-events-service" version = "0.1.38" -source = "git+https://github.com/EspressoSystems/hotshot-events-service.git?branch=hotshot/rc-0.5.69#3cd6c68906ad390fd0f6481c8ebeb637b671e452" +source = "git+https://github.com/EspressoSystems/hotshot-events-service.git?tag=0.1.40#9ed690db7a12a4e8a64bb49a0437086232888765" dependencies = [ "async-broadcast", "async-compatibility-layer", diff --git a/Cargo.toml b/Cargo.toml index d8ec9b8..eb7f8aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ derivative = "2.2" futures = "0.3" hotshot = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.69" } hotshot-builder-api = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.69" } -hotshot-events-service = { git = "https://github.com/EspressoSystems/hotshot-events-service.git", branch = "hotshot/rc-0.5.69" } +hotshot-events-service = { git = "https://github.com/EspressoSystems/hotshot-events-service.git", tag = "0.1.40" } hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.69" } serde = { version = "1.0", features = ["derive"] } sha2 = "0.10"