From 656aa93a7cdd9fdb7509ba9de399b229c8c1ba59 Mon Sep 17 00:00:00 2001 From: Brendon Fish Date: Fri, 15 Mar 2024 13:07:51 -0400 Subject: [PATCH] update types to new version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ef4dd22..86ed70e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2110,7 +2110,7 @@ dependencies = [ [[package]] name = "hotshot-types" version = "0.1.5" -source = "git+https://github.com/EspressoSystems/hotshot-types.git?tag=0.1.5#62eb49a93d36ca6695975456c148027edba4c71a" +source = "git+https://github.com/EspressoSystems/hotshot-types.git?tag=0.1.6#bec79c9c0c9b35174df59d80e3038c93a4e4f937" dependencies = [ "ark-bls12-381", "ark-bn254", diff --git a/Cargo.toml b/Cargo.toml index b1fd42c..94b4bca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.git", tag = "0.1.5" } +hotshot-types = { git = "https://github.com/EspressoSystems/hotshot-types.git", tag = "0.1.6" } 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" }