From f20b3ac2789547e4af55827aa460165f3ef80e05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 19:30:43 +0000 Subject: [PATCH] chore(deps): bump aws-mfa from 1.0.20 to 1.0.21 in the aws group Bumps the aws group with 1 update: [aws-mfa](https://github.com/jhandguy/aws-mfa). Updates `aws-mfa` from 1.0.20 to 1.0.21 - [Release notes](https://github.com/jhandguy/aws-mfa/releases) - [Commits](https://github.com/jhandguy/aws-mfa/compare/v1.0.20...v1.0.21) --- updated-dependencies: - dependency-name: aws-mfa dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws ... Signed-off-by: dependabot[bot] --- Cargo.lock | 30 +++++------------------------- 1 file changed, 5 insertions(+), 25 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e83c642..ca499c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -98,7 +98,7 @@ dependencies = [ "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-util", - "thiserror 2.0.3", + "thiserror", "time", "tokio", ] @@ -197,9 +197,9 @@ dependencies = [ [[package]] name = "aws-mfa" -version = "1.0.20" +version = "1.0.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d59ba7b2df9ab9c213d22a231fb65137c0596d194987b976b5e5836517ac6f1d" +checksum = "6d02ba31f85750015c12feee72c8678062623ae8b9010668588e7e742d2d34e7" dependencies = [ "anyhow", "async-trait", @@ -209,7 +209,7 @@ dependencies = [ "aws-sdk-sts", "aws-smithy-runtime-api", "clap", - "thiserror 1.0.69", + "thiserror", "time", "tokio", ] @@ -1894,33 +1894,13 @@ dependencies = [ "unicode-ident", ] -[[package]] -name = "thiserror" -version = "1.0.69" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" -dependencies = [ - "thiserror-impl 1.0.69", -] - [[package]] name = "thiserror" version = "2.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c006c85c7651b3cf2ada4584faa36773bd07bac24acfb39f3c431b36d7e667aa" dependencies = [ - "thiserror-impl 2.0.3", -] - -[[package]] -name = "thiserror-impl" -version = "1.0.69" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" -dependencies = [ - "proc-macro2", - "quote", - "syn", + "thiserror-impl", ] [[package]]