chore(deps): update rust crate async-scoped to 0.8.0 #21

Merged
kjuulh merged 1 commits from renovate/all into main 2023-11-25 22:49:52 +01:00
Showing only changes of commit 3e9a840851 - Show all commits

View File

@ -26,4 +26,4 @@ async-trait = "0.1.74"
color-eyre = "*" color-eyre = "*"
clap = {version = "4", features = ["derive"]} clap = {version = "4", features = ["derive"]}
futures = "0.3.29" futures = "0.3.29"
async-scoped = { version = "0.7.1", features = ["tokio", "use-tokio"] } async-scoped = { version = "0.8.0", features = ["tokio", "use-tokio"] }