Skip to content

Commit

Permalink
Update aws-sdk-iam requirement from 0.28 to 0.31 in /oktaws
Browse files Browse the repository at this point in the history
Updates the requirements on [aws-sdk-iam](https://github.com/awslabs/aws-sdk-rust) to permit the latest version.
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Changelog](https://github.com/awslabs/aws-sdk-rust/blob/main/CHANGELOG.md)
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits)

---
updated-dependencies:
- dependency-name: aws-sdk-iam
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 25, 2023
1 parent 47f794c commit 5283f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oktaws/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ async-recursion = "1"
aws-arn = "0.3"
aws-credential-types = "0.55"
aws-sdk-sts = "0.28"
aws-sdk-iam = "0.28"
aws-sdk-iam = "0.31"
backoff = { version = "0.4", features = ["tokio"] }
base64 = "0.21"
clap = { version = "4", features = ["derive"] }
Expand Down

0 comments on commit 5283f7f

Please sign in to comment.