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

build(deps): bump the dependencies group with 9 updates (#290)

Bumps the dependencies group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [tokio](https://github.com/tokio-rs/tokio) | `1.44.2` | `1.45.1` |
| [openssl](https://github.com/sfackler/rust-openssl) | `0.10.72` | `0.10.73` |
| [aws-sdk-s3](https://github.com/awslabs/aws-sdk-rust) | `1.83.0` | `1.85.0` |
| [aws-sdk-sts](https://github.com/awslabs/aws-sdk-rust) | `1.66.0` | `1.72.0` |
| [aws-config](https://github.com/smithy-lang/smithy-rs) | `1.6.2` | `1.6.3` |
| [clap](https://github.com/clap-rs/clap) | `4.5.37` | `4.5.39` |
| [hyper-util](https://github.com/hyperium/hyper-util) | `0.1.11` | `0.1.13` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.16.0` | `1.17.0` |
| [backtrace](https://github.com/rust-lang/backtrace-rs) | `0.3.74` | `0.3.75` |


Updates `tokio` from 1.44.2 to 1.45.1
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.44.2...tokio-1.45.1)

Updates `openssl` from 0.10.72 to 0.10.73
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.72...openssl-v0.10.73)

Updates `aws-sdk-s3` from 1.83.0 to 1.85.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.66.0 to 1.72.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.2 to 1.6.3
- [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 `clap` from 4.5.37 to 4.5.39
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.37...clap_complete-v4.5.39)

Updates `hyper-util` from 0.1.11 to 0.1.13
- [Release notes](https://github.com/hyperium/hyper-util/releases)
- [Changelog](https://github.com/hyperium/hyper-util/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hyperium/hyper-util/compare/v0.1.11...v0.1.13)

Updates `uuid` from 1.16.0 to 1.17.0
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](https://github.com/uuid-rs/uuid/compare/v1.16.0...v1.17.0)

Updates `backtrace` from 0.3.74 to 0.3.75
- [Release notes](https://github.com/rust-lang/backtrace-rs/releases)
- [Commits](https://github.com/rust-lang/backtrace-rs/compare/0.3.74...0.3.75

)

---
updated-dependencies:
- dependency-name: tokio
  dependency-version: 1.45.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: openssl
  dependency-version: 0.10.73
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: aws-sdk-s3
  dependency-version: 1.85.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: aws-sdk-sts
  dependency-version: 1.72.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: aws-config
  dependency-version: 1.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: clap
  dependency-version: 4.5.39
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: hyper-util
  dependency-version: 0.1.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: uuid
  dependency-version: 1.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: backtrace
  dependency-version: 0.3.75
  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 832507ae
Loading
Loading
Loading
Loading
+25 −23
Original line number Diff line number Diff line
@@ -146,9 +146,9 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"

[[package]]
name = "aws-config"
version = "1.6.2"
version = "1.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6fcc63c9860579e4cb396239570e979376e70aab79e496621748a09913f8b36"
checksum = "02a18fd934af6ae7ca52410d4548b98eb895aab0f1ea417d168d85db1434a141"
dependencies = [
 "aws-credential-types",
 "aws-runtime",
@@ -231,9 +231,9 @@ dependencies = [

[[package]]
name = "aws-sdk-s3"
version = "1.83.0"
version = "1.85.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51384750334005f40e1a334b0d54eca822a77eacdcf3c50fdf38f583c5eee7a2"
checksum = "d5c82dae9304e7ced2ff6cca43dceb2d6de534c95a506ff0f168a7463c9a885d"
dependencies = [
 "aws-credential-types",
 "aws-runtime",
@@ -266,9 +266,9 @@ dependencies = [

[[package]]
name = "aws-sdk-sts"
version = "1.66.0"
version = "1.72.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7420479eac0a53f776cc8f0d493841ffe58ad9d9783f3947be7265784471b47a"
checksum = "f6933f189ed1255e78175fbd73fb200c0aae7240d220ed3346f567b0ddca3083"
dependencies = [
 "aws-credential-types",
 "aws-runtime",
@@ -283,7 +283,6 @@ dependencies = [
 "aws-types",
 "fastrand",
 "http 0.2.12",
 "once_cell",
 "regex-lite",
 "tracing",
]
@@ -593,9 +592,9 @@ dependencies = [

[[package]]
name = "backtrace"
version = "0.3.74"
version = "0.3.75"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002"
dependencies = [
 "addr2line",
 "cfg-if",
@@ -763,9 +762,9 @@ dependencies = [

[[package]]
name = "clap"
version = "4.5.37"
version = "4.5.39"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071"
checksum = "fd60e63e9be68e5fb56422e397cf9baddded06dae1d2e523401542383bc72a9f"
dependencies = [
 "clap_builder",
 "clap_derive",
@@ -773,9 +772,9 @@ dependencies = [

[[package]]
name = "clap_builder"
version = "4.5.37"
version = "4.5.39"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2"
checksum = "89cc6392a1f72bbeb820d71f32108f61fdaf18bc526e1d23954168a67759ef51"
dependencies = [
 "anstream",
 "anstyle",
@@ -1553,12 +1552,13 @@ dependencies = [

[[package]]
name = "hyper-util"
version = "0.1.11"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
checksum = "b1c293b6b3d21eca78250dc7dbebd6b9210ec5530e038cbfe0661b5c47ab06e8"
dependencies = [
 "bytes",
 "futures-channel",
 "futures-core",
 "futures-util",
 "http 1.3.1",
 "http-body 1.0.1",
@@ -1990,9 +1990,9 @@ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"

[[package]]
name = "openssl"
version = "0.10.72"
version = "0.10.73"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da"
checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8"
dependencies = [
 "bitflags",
 "cfg-if",
@@ -2022,9 +2022,9 @@ checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"

[[package]]
name = "openssl-sys"
version = "0.9.107"
version = "0.9.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07"
checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571"
dependencies = [
 "cc",
 "libc",
@@ -2986,9 +2986,9 @@ dependencies = [

[[package]]
name = "tokio"
version = "1.44.2"
version = "1.45.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
checksum = "75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779"
dependencies = [
 "backtrace",
 "bytes",
@@ -3217,11 +3217,13 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"

[[package]]
name = "uuid"
version = "1.16.0"
version = "1.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d"
dependencies = [
 "getrandom 0.3.2",
 "js-sys",
 "wasm-bindgen",
]

[[package]]
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ workspace = true

[dependencies]
async-trait = "0.1.88"
aws-sdk-s3 = "1.83.0"
aws-sdk-s3 = "1.85.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
@@ -17,11 +17,11 @@ workspace = true
s3s-test = { version = "0.12.0-dev", path = "../s3s-test" }
tracing = "0.1.41"
aws-credential-types = "1.2.2"
aws-sdk-s3 = "1.83.0"
aws-sdk-sts = { version = "1.66.0", features = ["behavior-version-latest"] }
aws-sdk-s3 = "1.85.0"
aws-sdk-sts = { version = "1.72.0", features = ["behavior-version-latest"] }

[dependencies.aws-config]
version = "1.6.2"
version = "1.6.3"
default-features = false
features = ["behavior-version-latest"]

+7 −7
Original line number Diff line number Diff line
@@ -28,11 +28,11 @@ chrono = { version = "0.4.41", default-features = false, features = [
    "std",
    "clock",
] }
clap = { version = "4.5.37", optional = true, features = ["derive"] }
clap = { version = "4.5.39", optional = true, features = ["derive"] }
crc32c = "0.6.8"
futures = "0.3.31"
hex-simd = "0.8.0"
hyper-util = { version = "0.1.11", optional = true, features = [
hyper-util = { version = "0.1.13", optional = true, features = [
    "server-auto",
    "server-graceful",
    "http1",
@@ -47,7 +47,7 @@ s3s = { version = "0.12.0-dev", path = "../s3s" }
serde_json = "1.0.140"
thiserror = "2.0.12"
time = "0.3.41"
tokio = { version = "1.44.2", features = ["fs", "io-util"] }
tokio = { version = "1.45.1", features = ["fs", "io-util"] }
tokio-util = { version = "0.7.15", features = ["io"] }
tracing = "0.1.41"
tracing-error = "0.2.1"
@@ -56,14 +56,14 @@ tracing-subscriber = { version = "0.3.19", optional = true, features = [
    "time",
] }
transform-stream = "0.3.1"
uuid = { version = "1.16.0", features = ["v4"] }
uuid = { version = "1.17.0", features = ["v4"] }

[dev-dependencies]
anyhow = { version = "1.0.98", features = ["backtrace"] }
aws-config = { version = "1.6.2", default-features = false }
aws-config = { version = "1.6.3", default-features = false }
aws-credential-types = { version = "1.2.2", features = ["test-util"] }
aws-sdk-s3 = { version = "1.83.0", features = ["behavior-version-latest"] }
aws-sdk-s3 = { version = "1.85.0", features = ["behavior-version-latest"] }
once_cell = "1.21.3"
s3s-aws = { version = "0.12.0-dev", path = "../s3s-aws" }
tokio = { version = "1.44.2", features = ["full"] }
tokio = { version = "1.45.1", features = ["full"] }
tracing-subscriber = { version = "0.3.19", features = ["env-filter", "time"] }
+5 −5
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@ rust-version.workspace = true
workspace = true

[dependencies]
aws-config = { version = "1.6.2", default-features = false, features = [
aws-config = { version = "1.6.3", default-features = false, features = [
    "behavior-version-latest",
] }
aws-credential-types = "1.2.2"
aws-sdk-s3 = "1.83.0"
clap = { version = "4.5.37", features = ["derive"] }
hyper-util = { version = "0.1.11", features = [
aws-sdk-s3 = "1.85.0"
clap = { version = "4.5.39", features = ["derive"] }
hyper-util = { version = "0.1.13", features = [
    "server-auto",
    "server-graceful",
    "http1",
@@ -29,6 +29,6 @@ hyper-util = { version = "0.1.11", features = [
] }
s3s = { version = "0.12.0-dev", path = "../s3s" }
s3s-aws = { version = "0.12.0-dev", path = "../s3s-aws" }
tokio = { version = "1.44.2", features = ["full"] }
tokio = { version = "1.45.1", features = ["full"] }
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["env-filter", "time"] }
Loading