Skip to content

Commit

Permalink
chore(release): v1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jhandguy committed Jan 12, 2024
1 parent 9b8439d commit 1b73885
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 44 deletions.
76 changes: 38 additions & 38 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aws-mfa"
version = "1.0.10"
version = "1.0.11"
edition = "2021"
authors = ["Jean Mainguy"]
categories = ["command-line-utilities"]
Expand Down Expand Up @@ -32,15 +32,15 @@ panic = "abort"
anyhow = "1.0.79"
async-trait = "0.1.77"
aws-config = { version = "1.1.2", features = ["behavior-version-latest"] }
aws-credential-types = "1.1.1"
aws-sdk-sts = "1.9.0"
aws-smithy-runtime-api = "1.1.1"
aws-credential-types = "1.1.2"
aws-sdk-sts = "1.10.0"
aws-smithy-runtime-api = "1.1.2"
clap = { version = "4.4.16", features = ["derive", "env"] }
thiserror = "1.0.56"
time = "0.3.31"
tokio = { version = "1.35.1", features = ["full"] }

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

0 comments on commit 1b73885

Please sign in to comment.