Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jhandguy committed Dec 18, 2023
1 parent 374647f commit 109005d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 33 deletions.
46 changes: 18 additions & 28 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ panic = "abort"
anyhow = "1.0.75"
async-trait = "0.1.74"
aws-config = { version = "1.1.1", features = ["behavior-version-latest"] }
aws-credential-types = "1.0.3"
aws-sdk-sts = "1.4.0"
aws-smithy-runtime-api = "1.0.3"
aws-credential-types = "1.1.1"
aws-sdk-sts = "1.7.0"
aws-smithy-runtime-api = "1.1.1"
clap = { version = "4.4.11", features = ["derive", "env"] }
thiserror = "1.0.51"
time = "0.3.30"
tokio = { version = "1.35.0", features = ["full"] }

[dev-dependencies]
aws-smithy-runtime = { version = "1.0.3", features = ["test-util"]}
aws-smithy-types = "1.0.3"
aws-smithy-runtime = { version = "1.1.1", features = ["test-util"]}
aws-smithy-types = "1.1.1"
http = "0.2.11"

0 comments on commit 109005d

Please sign in to comment.