Unverified Commit ebb004c7 authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

build(deps): bump the dependencies group with 4 updates (#347)

Bumps the dependencies group with 4 updates: [aws-sdk-s3](https://github.com/awslabs/aws-sdk-rust), [aws-credential-types](https://github.com/smithy-lang/smithy-rs), [aws-sdk-sts](https://github.com/awslabs/aws-sdk-rust) and [aws-config](https://github.com/smithy-lang/smithy-rs).


Updates `aws-sdk-s3` from 1.106.0 to 1.107.0
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits)

Updates `aws-credential-types` from 1.2.6 to 1.2.7
- [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
- [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-rs/commits)

Updates `aws-sdk-sts` from 1.86.0 to 1.87.0
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits)

Updates `aws-config` from 1.8.6 to 1.8.7
- [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
- [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-rs/commits

)

---
updated-dependencies:
- dependency-name: aws-sdk-s3
  dependency-version: 1.107.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: aws-credential-types
  dependency-version: 1.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: aws-sdk-sts
  dependency-version: 1.87.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: aws-config
  dependency-version: 1.8.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: default avatardependabot[bot] <support@github.com>
Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent 8215aaf1
Loading
Loading
Loading
Loading
+10 −10
Original line number Diff line number Diff line
@@ -140,9 +140,9 @@ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"

[[package]]
name = "aws-config"
version = "1.8.6"
version = "1.8.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8bc1b40fb26027769f16960d2f4a6bc20c4bb755d403e552c8c1a73af433c246"
checksum = "04b37ddf8d2e9744a0b9c19ce0b78efe4795339a90b66b7bae77987092cd2e69"
dependencies = [
 "aws-credential-types",
 "aws-runtime",
@@ -165,9 +165,9 @@ dependencies = [

[[package]]
name = "aws-credential-types"
version = "1.2.6"
version = "1.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d025db5d9f52cbc413b167136afb3d8aeea708c0d8884783cf6253be5e22f6f2"
checksum = "799a1290207254984cb7c05245111bc77958b92a3c9bb449598044b36341cce6"
dependencies = [
 "aws-smithy-async",
 "aws-smithy-runtime-api",
@@ -200,9 +200,9 @@ dependencies = [

[[package]]
name = "aws-runtime"
version = "1.5.10"
version = "1.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c034a1bc1d70e16e7f4e4caf7e9f7693e4c9c24cd91cf17c2a0b21abaebc7c8b"
checksum = "2e1ed337dabcf765ad5f2fb426f13af22d576328aaf09eac8f70953530798ec0"
dependencies = [
 "aws-credential-types",
 "aws-sigv4",
@@ -225,9 +225,9 @@ dependencies = [

[[package]]
name = "aws-sdk-s3"
version = "1.106.0"
version = "1.107.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c230530df49ed3f2b7b4d9c8613b72a04cdac6452eede16d587fc62addfabac"
checksum = "adb9118b3454ba89b30df55931a1fa7605260fc648e070b5aab402c24b375b1f"
dependencies = [
 "aws-credential-types",
 "aws-runtime",
@@ -259,9 +259,9 @@ dependencies = [

[[package]]
name = "aws-sdk-sts"
version = "1.86.0"
version = "1.87.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7d835f123f307cafffca7b9027c14979f1d403b417d8541d67cf252e8a21e35"
checksum = "5871bec9a79a3e8d928c7788d654f135dde0e71d2dd98089388bab36b37ef607"
dependencies = [
 "aws-credential-types",
 "aws-runtime",
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ minio = ["s3s/minio"]

[dependencies]
async-trait = "0.1.89"
aws-sdk-s3 = "1.106.0"
aws-sdk-s3 = "1.107.0"
aws-smithy-runtime-api = { version = "1.9.0", features = ["client", "http-1x"] }
aws-smithy-types = { version = "1.3.2", features = ["http-body-1-x"] }
aws-smithy-types-convert = { version = "0.60.9", features = ["convert-time"] }
+3 −3
Original line number Diff line number Diff line
@@ -17,15 +17,15 @@ workspace = true
s3s-test = { version = "0.12.0-rc.1", path = "../s3s-test" }
tracing = "0.1.41"
aws-credential-types = "1.2.6"
aws-sdk-s3 = "1.106.0"
aws-sdk-sts = { version = "1.86.0", features = ["behavior-version-latest"] }
aws-sdk-s3 = "1.107.0"
aws-sdk-sts = { version = "1.87.0", features = ["behavior-version-latest"] }
http-body-util = "0.1.3"
futures = { version = "0.3.31", default-features = false }
bytes = "1.10.1"
http-body = "1.0.1"

[dependencies.aws-config]
version = "1.8.6"
version = "1.8.7"
default-features = false
features = ["behavior-version-latest"]

+2 −2
Original line number Diff line number Diff line
@@ -60,9 +60,9 @@ uuid = { version = "1.18.1", features = ["v4"] }

[dev-dependencies]
anyhow = { version = "1.0.100", features = ["backtrace"] }
aws-config = { version = "1.8.6", default-features = false }
aws-config = { version = "1.8.7", default-features = false }
aws-credential-types = { version = "1.2.6", features = ["test-util"] }
aws-sdk-s3 = { version = "1.106.0", features = ["behavior-version-latest"] }
aws-sdk-s3 = { version = "1.107.0", features = ["behavior-version-latest"] }
futures-util = "0.3.31"
hyper-util = { version = "0.1.17", features = ["server-auto", "server-graceful", "http1", "http2", "tokio"] }
once_cell = "1.21.3"
+2 −2
Original line number Diff line number Diff line
@@ -14,11 +14,11 @@ rust-version.workspace = true
workspace = true

[dependencies]
aws-config = { version = "1.8.6", default-features = false, features = [
aws-config = { version = "1.8.7", default-features = false, features = [
    "behavior-version-latest",
] }
aws-credential-types = "1.2.6"
aws-sdk-s3 = "1.106.0"
aws-sdk-s3 = "1.107.0"
clap = { version = "4.5.48", features = ["derive"] }
hyper-util = { version = "0.1.17", features = [
    "server-auto",