fix(deps): update rust crate async-scoped to 0.8.0 #18

Merged
kjuulh merged 1 commits from renovate/all into main 2023-11-16 06:54:09 +01:00

View File

@@ -15,5 +15,5 @@ color-eyre = "*"
tokio = "1"
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"] }
dotenv.workspace = true