Use a workspace dependency for the futures crate
This commit is contained in:
parent
d82cc49f79
commit
abdccf7393
30 changed files with 32 additions and 31 deletions
|
@ -14,5 +14,5 @@ smol = "1.2"
|
|||
thread_local = "1.1.4"
|
||||
lazy_static = "1.4"
|
||||
parking_lot = "0.11.1"
|
||||
futures = "0.3"
|
||||
uuid = { version = "1.1.2", features = ["v4"] }
|
||||
futures = { workspace = true }
|
||||
uuid = { version = "1.1.2", features = ["v4"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue