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

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

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


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

Updates `aws-sdk-sts` from 1.63.0 to 1.64.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.6.0 to 1.6.1
- [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 `once_cell` from 1.21.1 to 1.21.2
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](https://github.com/matklad/once_cell/compare/v1.21.1...v1.21.2

)

---
updated-dependencies:
- dependency-name: aws-sdk-s3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: aws-sdk-sts
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: aws-config
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: once_cell
  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 7f49ced1
Loading
Loading
Loading
Loading
+9 −8
Original line number Diff line number Diff line
@@ -146,9 +146,9 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"

[[package]]
name = "aws-config"
version = "1.6.0"
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a84fe2c5e9965fba0fbc2001db252f1d57527d82a905cca85127df227bca748"
checksum = "8c39646d1a6b51240a1a23bb57ea4eebede7e16fbc237fdc876980233dcecb4f"
dependencies = [
 "aws-credential-types",
 "aws-runtime",
@@ -232,9 +232,9 @@ dependencies = [

[[package]]
name = "aws-sdk-s3"
version = "1.79.0"
version = "1.80.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8f63ba8f5fca32061c7d62d866ef65470edde38d4c5f8a0ebb8ff40a0521e1c"
checksum = "3a36b09e8273d89c4f35ea122b83b30e48f906f3b644460d72a7d3656d1be93d"
dependencies = [
 "aws-credential-types",
 "aws-runtime",
@@ -267,9 +267,9 @@ dependencies = [

[[package]]
name = "aws-sdk-sts"
version = "1.63.0"
version = "1.64.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "065c533fbe6f84962af33fcf02b0350b7c1f79285baab5924615d2be3b232855"
checksum = "819ccba087f403890fee4825eeab460e64c59345667d2b83a12cf544b581e3a7"
dependencies = [
 "aws-credential-types",
 "aws-runtime",
@@ -282,6 +282,7 @@ dependencies = [
 "aws-smithy-types",
 "aws-smithy-xml",
 "aws-types",
 "fastrand",
 "http 0.2.12",
 "once_cell",
 "regex-lite",
@@ -1932,9 +1933,9 @@ dependencies = [

[[package]]
name = "once_cell"
version = "1.21.1"
version = "1.21.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d75b0bedcc4fe52caa0e03d9f1151a323e4aa5e2d78ba3580400cd3c9e2bc4bc"
checksum = "c2806eaa3524762875e21c3dcd057bc4b7bfa01ce4da8d46be1cd43649e1cc6b"

[[package]]
name = "openssl"
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ workspace = true

[dependencies]
async-trait = "0.1.88"
aws-sdk-s3 = "1.79.0"
aws-sdk-s3 = "1.80.0"
aws-smithy-runtime-api = { version = "1.7.4", features = ["client", "http-1x"] }
aws-smithy-types = { version = "1.3.0", 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
@@ -16,11 +16,11 @@ workspace = true
s3s-test = { version = "0.11.0-rc.1", path = "../s3s-test" }
tracing = "0.1.41"
aws-credential-types = "1.2.2"
aws-sdk-s3 = "1.79.0"
aws-sdk-sts = { version = "1.63.0", features = ["behavior-version-latest"] }
aws-sdk-s3 = "1.80.0"
aws-sdk-sts = { version = "1.64.0", features = ["behavior-version-latest"] }

[dependencies.aws-config]
version = "1.6.0"
version = "1.6.1"
default-features = false
features = ["behavior-version-latest"]

+3 −3
Original line number Diff line number Diff line
@@ -60,10 +60,10 @@ uuid = { version = "1.16.0", features = ["v4"] }

[dev-dependencies]
anyhow = { version = "1.0.97", features = ["backtrace"] }
aws-config = { version = "1.6.0", default-features = false }
aws-config = { version = "1.6.1", default-features = false }
aws-credential-types = { version = "1.2.2", features = ["test-util"] }
aws-sdk-s3 = { version = "1.79.0", features = ["behavior-version-latest"] }
once_cell = "1.21.1"
aws-sdk-s3 = { version = "1.80.0", features = ["behavior-version-latest"] }
once_cell = "1.21.2"
s3s-aws = { version = "0.11.0-rc.1", path = "../s3s-aws" }
tokio = { version = "1.44.1", features = ["full"] }
tracing-subscriber = { version = "0.3.19", features = ["env-filter", "time"] }
+2 −2
Original line number Diff line number Diff line
@@ -13,11 +13,11 @@ license.workspace = true
workspace = true

[dependencies]
aws-config = { version = "1.6.0", default-features = false, features = [
aws-config = { version = "1.6.1", default-features = false, features = [
    "behavior-version-latest",
] }
aws-credential-types = "1.2.2"
aws-sdk-s3 = "1.79.0"
aws-sdk-s3 = "1.80.0"
clap = { version = "4.5.34", features = ["derive"] }
hyper-util = { version = "0.1.10", features = [
    "server-auto",