From 3e9a8408513f9f66eb74e89efb97819101053f8e Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Sat, 25 Nov 2023 21:26:21 +0000 Subject: [PATCH] chore(deps): update rust crate async-scoped to 0.8.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }