bump: aws-sdk-s3

This commit is contained in:
2026-08-15 10:23:11 -04:00
parent 9c3e9cd204
commit 8660cd479f
2 changed files with 6 additions and 18 deletions
Generated
+5 -17
View File
@@ -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"
+1 -1
View File
@@ -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"