From 8660cd479fe5add47b3e6bfdf9bc22ba10fa3658 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sat, 15 Aug 2026 10:23:11 -0400 Subject: [PATCH] bump: aws-sdk-s3 --- Cargo.lock | 22 +++++----------------- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 18 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cd29d91..a5739bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -125,9 +125,9 @@ dependencies = [ [[package]] name = "aws-sdk-s3" -version = "1.138.1" +version = "1.141.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fa59420755799fec8aac71f562aa37ba82263f5b1926bba8b5d3465d2f7a73f" +checksum = "d9f9420d3a2467eed22ed3635ca653653162c386a0b0f65c78189f9bd3c1379e" dependencies = [ "arc-swap", "aws-credential-types", @@ -143,7 +143,7 @@ dependencies = [ "aws-smithy-runtime-api", "aws-smithy-schema", "aws-smithy-types", - "aws-smithy-xml 0.61.1", + "aws-smithy-xml", "aws-types", "bytes", "fastrand", @@ -230,7 +230,7 @@ dependencies = [ "aws-smithy-runtime-api", "aws-smithy-schema", "aws-smithy-types", - "aws-smithy-xml 0.62.0", + "aws-smithy-xml", "aws-types", "fastrand", "http 0.2.12", @@ -390,7 +390,7 @@ dependencies = [ "aws-smithy-runtime-api", "aws-smithy-schema", "aws-smithy-types", - "aws-smithy-xml 0.62.0", + "aws-smithy-xml", "urlencoding", ] @@ -486,18 +486,6 @@ dependencies = [ "tokio-util", ] -[[package]] -name = "aws-smithy-xml" -version = "0.61.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea3f68eec3607f02acd24067969ce2abc6ba16aa7d5ce59ca450ed2fb5f78957" -dependencies = [ - "aws-smithy-runtime-api", - "aws-smithy-schema", - "aws-smithy-types", - "xmlparser", -] - [[package]] name = "aws-smithy-xml" version = "0.62.0" diff --git a/Cargo.toml b/Cargo.toml index 7254cc5..3b077e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ description = "Library for managing soaricarus storage" [dependencies] aws-config = { version = "1.10.1", features = ["behavior-version-latest"] } -aws-sdk-s3 = { version = "1.138.1" } +aws-sdk-s3 = { version = "1.141.0" } time = "0.3.53" tokio = { version = "1.53.0", features = ["full"] } uuid = "1.24.0"