diff --git a/Cargo.toml b/Cargo.toml index 4e861bb..828f8fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] async-trait = "0.1" -hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.7.1" } +hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.8" } serde = { version = "1.0", features = ["derive"] } sha2 = "0.10"