aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
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"] }