diff --git a/Cargo.toml b/Cargo.toml index 2f04b7f..c3df1fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,5 +25,5 @@ dotenv = "0.15.0" async-trait = "0.1.74" color-eyre = "*" clap = {version = "4", features = ["derive"]} -futures = "0.3.28" +futures = "0.3.29" async-scoped = { version = "0.7.1", features = ["tokio", "use-tokio"] }