From 7dfb978f6232c0de3b3aa401143ff2f224a331d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 05:00:51 +0000 Subject: [PATCH] Bump hotshot-types from v0.1.0 to 0.1.1 Bumps [hotshot-types](https://github.com/EspressoSystems/hotshot-types) from v0.1.0 to 0.1.1. - [Commits](https://github.com/EspressoSystems/hotshot-types/compare/df93a014947c1b3497263d1d689b5f0695ff4554...4e6f836468c8e236f5f5711e941d4d0a5745433a) --- updated-dependencies: - dependency-name: hotshot-types dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ea35de3..1112dec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1105,7 +1105,7 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" [[package]] name = "commit" version = "0.2.2" -source = "git+https://github.com/EspressoSystems/commit.git#dd9f16e084d45e9ea52459c776f5fdcb6b000889" +source = "git+https://github.com/EspressoSystems/commit.git#30679718efd4ecf870b66950160077125dcb8d93" dependencies = [ "arbitrary", "ark-serialize", @@ -2110,7 +2110,7 @@ dependencies = [ [[package]] name = "hotshot-types" version = "0.1.0" -source = "git+https://github.com/EspressoSystems/hotshot-types.git?tag=v0.1.0#df93a014947c1b3497263d1d689b5f0695ff4554" +source = "git+https://github.com/EspressoSystems/hotshot-types.git?tag=0.1.1#4e6f836468c8e236f5f5711e941d4d0a5745433a" dependencies = [ "ark-bls12-381", "ark-bn254", diff --git a/Cargo.toml b/Cargo.toml index 43789f1..9201ea2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,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.git", tag = "v0.1.0" } +hotshot-types = { git = "https://github.com/EspressoSystems/hotshot-types.git", tag = "0.1.1" } 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" }