fix(deps): update rust crate futures to 0.3.30
This commit is contained in:
parent
926199a487
commit
fd6d4a61e0
@ -25,5 +25,5 @@ dotenv = "0.15.0"
|
||||
async-trait = "0.1.74"
|
||||
color-eyre = "*"
|
||||
clap = {version = "4", features = ["derive"]}
|
||||
futures = "0.3.29"
|
||||
futures = "0.3.30"
|
||||
async-scoped = { version = "0.8.0", features = ["tokio", "use-tokio"] }
|
||||
|
@ -14,6 +14,6 @@ eyre = "*"
|
||||
color-eyre = "*"
|
||||
tokio = "1"
|
||||
clap = {version = "4", features = ["derive"]}
|
||||
futures = "0.3.29"
|
||||
futures = "0.3.30"
|
||||
async-scoped = { version = "0.8.0", features = ["tokio", "use-tokio"] }
|
||||
dotenv.workspace = true
|
||||
|
Loading…
Reference in New Issue
Block a user