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
|
@ -12,7 +12,7 @@ doctest = false
|
|||
[dependencies]
|
||||
anyhow = "1.0.38"
|
||||
async-trait = "0.1"
|
||||
futures = "0.3"
|
||||
futures = { workspace = true }
|
||||
hmac = "0.12"
|
||||
log = "0.4"
|
||||
jwt = "0.16"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue