From 743c05a5785912b027070a2aa214fa5e2fe2b7f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 17:37:28 +0000 Subject: [PATCH] Update Rust crate async-recursion to 1.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a753608..b6aa620 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ tokio-test = "0.4.2" [dependencies] anyhow = "1.0.53" -async-recursion = "1.0.0" +async-recursion = "1.1.1" comma-v = { path = "comma-v" } # Temporarily the Git repo until the fix for # https://github.com/tokio-rs/console/issues/180 lands in a release.