From 19be10de8bfd8a8d9cbb3cb0a1b992e99ccea39f Mon Sep 17 00:00:00 2001 From: murilo ijanc Date: Thu, 20 Nov 2025 22:41:49 -0300 Subject: Update dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 14fe36b..f89fea5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,8 +11,8 @@ description = "Tool for batch ops on AWS Cognito" [dependencies] anyhow = "=1.0.100" -aws-config = { version = "=1.8.10", features = ["behavior-version-latest"] } -aws-sdk-cognitoidentityprovider = "=1.103.0" +aws-config = { version = "=1.8.11", features = ["behavior-version-latest"] } +aws-sdk-cognitoidentityprovider = "=1.104.0" clap = { version = "=4.5.53", features = ["derive", "env"] } indicatif = "=0.18.3" tokio = { version = "=1.48.0", features = ["full"] } -- cgit v1.2.3