From 6da70837170aa5dda87e7537842db307aa4c85f5 Mon Sep 17 00:00:00 2001 From: "mend-5034428[bot]" Date: Tue, 2 Sep 2025 01:18:32 +0000 Subject: [PATCH] Update Rust crate aws-arn to 0.3.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d3110be2..393daa0b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ readme = "README.md" [dependencies] async-recursion = "1" -aws-arn = "0.3" +aws-arn = "0.3.1" aws_config_mod = { git = "https://github.com/jonathanmorley/aws_config_mod", branch = "set-credentials" } aws-credential-types = "1" aws-sdk-sts = { version = "1", features = ["behavior-version-latest"] }