Skip to content

Commit

Permalink
Update futures and futures-core
Browse files Browse the repository at this point in the history
It was locked by 29d09b5
  • Loading branch information
williamdes committed Dec 14, 2024
1 parent 18feb6f commit 340f521
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions daemon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ tokio = { version = "=1.27", features = ["full"] }
tokio-util = { version = "0.7", features = ["codec","time"] }
tokio-stream = { version = "0.1", features = ["net"] }
clap = "2.33"
futures = "=0.3.16"
futures-core = "=0.3.16"
futures = "0.3.31"
futures-core = "0.3.31"
patricia_tree = "0.3"
regex = "1"
hostname = "0.3"
Expand Down

0 comments on commit 340f521

Please sign in to comment.