From f53fddd2f4fba74aa211346bce27e308f5645921 Mon Sep 17 00:00:00 2001 From: ljedrz Date: Thu, 8 Feb 2024 15:52:55 +0100 Subject: [PATCH] chore: adjust the lockfile Signed-off-by: ljedrz --- Cargo.lock | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index 56251c9a48..f1c6e6abd0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3036,11 +3036,13 @@ version = "0.16.18" dependencies = [ "aleo-std", "anyhow", + "criterion", "itertools 0.11.0", "num-traits", "rand", "rayon", "serde", + "snarkvm-curves", "snarkvm-utilities", "thiserror", "zeroize",