diff --git a/daemon/Cargo.toml b/daemon/Cargo.toml index 7e1dfde..d1bb563 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -18,7 +18,7 @@ tokio = { version = "=1.10.1", features = ["full"] } tokio-util = { version = "0.6", features = ["codec","time"] } tokio-stream = { version = "0.1", features = ["net"] } clap = "2.33" -futures = "=0.3.16" +futures = "=0.3.21" futures-core = "=0.3.16" patricia_tree = "0.3" regex = "1"