diff --git a/Cargo.lock b/Cargo.lock index 9220abc..4d6df91 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -458,9 +458,9 @@ dependencies = [ [[package]] name = "aws-credential-types" -version = "1.2.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e16838e6c9e12125face1c1eff1343c75e3ff540de98ff7ebd61874a89bcfeb9" +checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da" dependencies = [ "aws-smithy-async", "aws-smithy-runtime-api", @@ -779,9 +779,9 @@ dependencies = [ [[package]] name = "aws-smithy-types" -version = "1.2.0" +version = "1.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfe321a6b21f5d8eabd0ade9c55d3d0335f3c3157fc2b3e87f05f34b539e4df5" +checksum = "273dcdfd762fae3e1650b8024624e7cd50e484e37abdab73a7a706188ad34543" dependencies = [ "base64-simd", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 6e9081d..235d49f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ actix-web = { version = "4.9.0" } actix-web-httpauth = { version = "0.8.2" } async-trait = { version = "0.1.81" } aws-config = { version = "1.5.5", features = ["behavior-version-latest"] } -aws-credential-types = { version = "1.1.8", features = ["hardcoded-credentials"] } +aws-credential-types = { version = "1.2.1", features = ["hardcoded-credentials"] } aws-sdk-s3 = { version = "1.43.0" } aws-smithy-types-convert = { version = "0.60.8", features = ["convert-chrono"] } aws-types = { version = "1.3.0" }