fix(deps): update rust crate futures to 0.3.30
This commit is contained in:
parent
3f8aa88617
commit
ab9e764cc3
@ -25,7 +25,7 @@ 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"] }
|
||||
serde_json = { version = "1" }
|
||||
serde_yaml = {version = "0.9"}
|
||||
|
@ -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