diff --git a/Cargo.lock b/Cargo.lock index f817ce108..5c9dc6f9c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -717,9 +717,9 @@ dependencies = [ [[package]] name = "aws-sdk-s3" -version = "1.126.0" +version = "1.127.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7878050a2321d215eec9db8be09f8db59418b53860ae86cc7042b4094d6cb2bb" +checksum = "151783f64e0dcddeb4965d08e36c276b4400a46caa88805a2e36d497deaf031a" dependencies = [ "aws-credential-types", "aws-runtime", @@ -1012,9 +1012,9 @@ dependencies = [ [[package]] name = "aws-smithy-types" -version = "1.4.6" +version = "1.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2b1117b3b2bbe166d11199b540ceed0d0f7676e36e7b962b5a437a9971eac75" +checksum = "9d73dbfbaa8e4bc57b9045137680b958d274823509a360abfd8e1d514d40c95c" dependencies = [ "base64-simd", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 623d41505..bc40d3c43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -186,9 +186,9 @@ atoi = "2.0.0" atomic_enum = "0.3.0" aws-config = { version = "1.8.15" } aws-credential-types = { version = "1.2.14" } -aws-sdk-s3 = { version = "1.126.0", default-features = false, features = ["sigv4a", "default-https-client", "rt-tokio"] } +aws-sdk-s3 = { version = "1.127.0", default-features = false, features = ["sigv4a", "default-https-client", "rt-tokio"] } aws-smithy-http-client = { version = "1.1.12", default-features = false, features = ["default-client", "rustls-aws-lc"] } -aws-smithy-types = { version = "1.4.6" } +aws-smithy-types = { version = "1.4.7" } backtrace = "0.3.76" base64 = "0.22.1" base64-simd = "0.8.0"