diff --git a/Cargo.toml b/Cargo.toml index 5b68ea64c..74d78a71c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ btdht = { git = "https://github.com/equalitie/btdht.git", rev = "e7ddf5607b20f0b bytes = "1.5.0" camino = "1.1.6" clap = { version = "4.4.6", features = ["derive"] } -futures-util = { version = "0.3.28", default-features = false } +futures-util = { version = "0.3.30", default-features = false } metrics = "0.22.0" metrics-exporter-prometheus = { version = "0.13.0", default-features = false } metrics-util = { version = "0.16.0", default-features = false }