From 54a09d146318fad7aa4e906d6e964f2254447a38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 04:57:31 +0000 Subject: [PATCH] Bump hotshot-types from 0.5.7.1 to 0.5.11 Bumps [hotshot-types](https://github.com/EspressoSystems/HotShot) from 0.5.7.1 to 0.5.11. - [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...caa8cb80f78643027da32b22d5eda8a99928f8c1) --- 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..b62ff74 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.11" } serde = { version = "1.0", features = ["derive"] } sha2 = "0.10"