From 260a922ea4434d15f9e23f1a50cfe165a1cf7cba Mon Sep 17 00:00:00 2001 From: Jarred Parr Date: Mon, 18 Mar 2024 15:26:53 -0400 Subject: [PATCH] Update HotShot Types --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e6aa4e9..234acf9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hs-builder-api" -version = "0.1.4" +version = "0.1.5" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -10,7 +10,7 @@ async-trait = "0.1" clap = { version = "4.4", features = ["derive", "env"] } derive_more = "0.99" futures = "0.3" -hotshot-types = { git = "https://github.com/EspressoSystems/hotshot-types", tag = "0.1.9" } +hotshot-types = { git = "https://github.com/EspressoSystems/hotshot-types", tag = "0.1.10" } serde = { version = "1.0", features = ["derive"] } snafu = { version = "0.7", features = ["backtraces"] } tagged-base64 = { git = "https://github.com/EspressoSystems/tagged-base64", tag = "0.3.4" }