diff --git a/zebra-consensus/Cargo.toml b/zebra-consensus/Cargo.toml index be126e84..01b4bc6f 100644 --- a/zebra-consensus/Cargo.toml +++ b/zebra-consensus/Cargo.toml @@ -26,7 +26,7 @@ once_cell = "1.13.0" serde = { version = "1.0.144", features = ["serde_derive"] } futures = "0.3.23" -futures-util = "0.3.21" +futures-util = "0.3.23" metrics = "0.18.1" thiserror = "1.0.33" tokio = { version = "1.20.1", features = ["time", "sync", "tracing", "rt-multi-thread"] }