From ce5cb6ff2f19c105e2d7b2a1a6f6c8d6f710c9b1 Mon Sep 17 00:00:00 2001 From: "mend-5034428[bot]" Date: Tue, 2 Sep 2025 01:18: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 d3110be2..32d07e29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ categories = [ readme = "README.md" [dependencies] -async-recursion = "1" +async-recursion = "1.1.1" aws-arn = "0.3" aws_config_mod = { git = "https://github.com/jonathanmorley/aws_config_mod", branch = "set-credentials" } aws-credential-types = "1"