From 6226fbfae55a453e5768539c570382bab5704351 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 22:46:00 +0000 Subject: [PATCH] Bump hotshot-types from 0.5.28 to 0.5.29 Bumps [hotshot-types](https://github.com/EspressoSystems/HotShot) from 0.5.28 to 0.5.29. - [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.28...200f6171e934089e1b01dbe7bb9d59bd564ada5a) --- 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 0151e09..d956048 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ derive_more = "0.99" derivative = "2.2" either = { version = "1.10", features = ["serde"] } futures = "0.3" -hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.28" } +hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.29" } serde = { version = "1.0", features = ["derive"] } snafu = "0.8" tagged-base64 = { git = "https://github.com/EspressoSystems/tagged-base64", tag = "0.3.4" }