diff options
| author | murilo ijanc | 2025-11-20 22:41:49 -0300 |
|---|---|---|
| committer | murilo ijanc | 2025-11-20 22:41:49 -0300 |
| commit | 19be10de8bfd8a8d9cbb3cb0a1b992e99ccea39f (patch) | |
| tree | ecb6321187998b1a4ad662451c83fc9ed57bbac6 /Cargo.toml | |
| parent | 45fa4bce12df00035a1f1344cc2d02f010b1d7cc (diff) | |
| download | cogops-19be10de8bfd8a8d9cbb3cb0a1b992e99ccea39f.tar.gz | |
Update dependencies
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"] } |