From d903a2553fe74014b72f0beb26861ccce2767de6 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Mon, 24 Apr 2023 12:27:33 +0200 Subject: [PATCH] chore(deps): bump Cargo.lock (#2363) --- Cargo.lock | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index 67885143e2..ff6c5d3bfa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5083,8 +5083,10 @@ version = "0.1.0" dependencies = [ "futures-core", "futures-util", + "metrics", "reth-consensus-common", "reth-interfaces", + "reth-metrics-derive", "reth-primitives", "reth-revm-primitives", "reth-rlp",