diff --git a/Cargo.toml b/Cargo.toml index c3df1fb..f195bca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,4 +26,4 @@ async-trait = "0.1.74" color-eyre = "*" clap = {version = "4", features = ["derive"]} futures = "0.3.29" -async-scoped = { version = "0.7.1", features = ["tokio", "use-tokio"] } +async-scoped = { version = "0.8.0", features = ["tokio", "use-tokio"] }