aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authormurilo ijanc2025-11-20 22:41:49 -0300
committermurilo ijanc2025-11-20 22:41:49 -0300
commit19be10de8bfd8a8d9cbb3cb0a1b992e99ccea39f (patch)
treeecb6321187998b1a4ad662451c83fc9ed57bbac6 /Cargo.toml
parent45fa4bce12df00035a1f1344cc2d02f010b1d7cc (diff)
downloadcogops-19be10de8bfd8a8d9cbb3cb0a1b992e99ccea39f.tar.gz
Update dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
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"] }