From 6452075cc44f683530edc011a22d3adf6debfb99 Mon Sep 17 00:00:00 2001 From: "zhoujun.ma" Date: Thu, 1 Feb 2024 10:40:45 +0000 Subject: [PATCH] update --- Cargo.lock | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index a38195b3653b5..7159b39abc9d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3516,6 +3516,7 @@ dependencies = [ name = "aptos-safety-rules" version = "0.1.0" dependencies = [ + "anyhow", "aptos-config", "aptos-consensus-types", "aptos-crypto", @@ -4254,6 +4255,7 @@ version = "0.1.0" dependencies = [ "anyhow", "aptos-aggregator", + "aptos-bitvec", "aptos-block-executor", "aptos-block-partitioner", "aptos-crypto",