Use a workspace dependency for the futures crate

This commit is contained in:
Max Brunsfeld 2023-04-20 17:47:18 -07:00
parent d82cc49f79
commit abdccf7393
30 changed files with 32 additions and 31 deletions

View file

@ -38,7 +38,7 @@ util = { path = "../util" }
async-recursion = "1.0.0"
bincode = "1.2.1"
anyhow = "1.0.38"
futures = "0.3"
futures = { workspace = true }
lazy_static = "1.4"
env_logger = "0.9.1"
log = { version = "0.4.16", features = ["kv_unstable_serde"] }