diff --git a/Cargo.toml b/Cargo.toml index d3110be2..d723b239 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ aws-credential-types = "1" aws-sdk-sts = { version = "1", features = ["behavior-version-latest"] } aws-sdk-iam = { version = "1", features = ["behavior-version-latest"] } backoff = { version = "0.4", features = ["tokio"] } -base64 = "0.22" +base64 = "0.22.1" clap = { version = "4", features = ["derive"] } clap-verbosity-flag = "3" color-eyre = "0.6"