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
|
@ -19,7 +19,7 @@ log = { version = "0.4.16", features = ["kv_unstable_serde"] }
|
|||
smol = "1.2"
|
||||
parking_lot = "0.11.1"
|
||||
async-trait = "0.1"
|
||||
futures = "0.3"
|
||||
futures = { workspace = true }
|
||||
git2 = { version = "0.15", default-features = false }
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue