From 76156fe076c147cbdee47655d8c2210280bdc48e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 22:22:28 +0000 Subject: [PATCH] Bump hotshot-types from 0.1.5 to 0.1.10 Bumps [hotshot-types](https://github.com/EspressoSystems/hotshot-types) from 0.1.5 to 0.1.10. - [Commits](https://github.com/EspressoSystems/hotshot-types/compare/0.1.5...06b29799e0c5a9ea5c96221f54597b8936680866) --- 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 55ecca7..537a152 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,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", tag = "0.1.5" } +hotshot-types = { git = "https://github.com/EspressoSystems/hotshot-types", tag = "0.1.10" } 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" }