From 23e8c5d8286c35399b3233d21dcd770737d33ff8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 04:32:19 +0000 Subject: [PATCH] Bump hotshot-types from `4c8dffb` to `06b2979` Bumps [hotshot-types](https://github.com/EspressoSystems/hotshot-types) from `4c8dffb` to `06b2979`. - [Commits](https://github.com/EspressoSystems/hotshot-types/compare/4c8dffbb3b47c35d9bc465cc6520d06da578f9ec...06b29799e0c5a9ea5c96221f54597b8936680866) --- updated-dependencies: - dependency-name: hotshot-types dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7270d40..8f9a118 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2115,8 +2115,8 @@ dependencies = [ [[package]] name = "hotshot-types" -version = "0.1.9" -source = "git+https://github.com/EspressoSystems/hotshot-types?tag=0.1.9#4c8dffbb3b47c35d9bc465cc6520d06da578f9ec" +version = "0.1.10" +source = "git+https://github.com/EspressoSystems/hotshot-types?tag=0.1.10#06b29799e0c5a9ea5c96221f54597b8936680866" dependencies = [ "anyhow", "ark-bn254", @@ -2161,7 +2161,7 @@ dependencies = [ [[package]] name = "hs-builder-api" -version = "0.1.3" +version = "0.1.5" dependencies = [ "async-trait", "clap",