diff --git a/zebra-consensus/Cargo.toml b/zebra-consensus/Cargo.toml index 1d6ed11c..0f83686d 100644 --- a/zebra-consensus/Cargo.toml +++ b/zebra-consensus/Cargo.toml @@ -26,7 +26,7 @@ once_cell = "1.15.0" serde = { version = "1.0.145", features = ["serde_derive"] } futures = "0.3.25" -futures-util = "0.3.24" +futures-util = "0.3.25" metrics = "0.20.1" thiserror = "1.0.37" tokio = { version = "1.21.2", features = ["time", "sync", "tracing", "rt-multi-thread"] }