From 4f85235dea9dfb806218dd110025f11b142825fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 16:13:47 +0000 Subject: [PATCH] Bump committable from 0.2.3 to 0.2.4 Bumps [committable](https://github.com/EspressoSystems/commit) from 0.2.3 to 0.2.4. - [Release notes](https://github.com/EspressoSystems/commit/releases) - [Commits](https://github.com/EspressoSystems/commit/compare/0.2.3...v0.2.4) --- updated-dependencies: - dependency-name: committable dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 400db3d..46eef79 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1446,9 +1446,9 @@ dependencies = [ [[package]] name = "committable" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93c989a517928da3346fce6f6f75794285420edc3ef42c995ced45519f065acd" +checksum = "05a8809c2761232ce27226ef1ca1bc78b480b558406895848f76ab8fce04076c" dependencies = [ "arbitrary", "ark-serialize",