From 34bcbc659deda852b9fbb911760411e6b1f5851a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 21:44:20 +0000 Subject: [PATCH] Bump hotshot-types from 0.5.7.1 to 0.5.8 Bumps [hotshot-types](https://github.com/EspressoSystems/HotShot) from 0.5.7.1 to 0.5.8. - [Release notes](https://github.com/EspressoSystems/HotShot/releases) - [Changelog](https://github.com/EspressoSystems/HotShot/blob/main/CHANGELOG.md) - [Commits](https://github.com/EspressoSystems/HotShot/compare/0.5.7.1...4b0657e795b9d2a5f71e78459066437c639f017c) --- updated-dependencies: - dependency-name: hotshot-types dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"