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

build(deps): bump the dependencies group across 1 directory with 4 updates (#383)

Bumps the dependencies group with 4 updates in the / directory: [bytes](https://github.com/tokio-rs/bytes), [hyper](https://github.com/hyperium/hyper), [axum](https://github.com/tokio-rs/axum) and [hyper-util](https://github.com/hyperium/hyper-util).


Updates `bytes` from 1.10.1 to 1.11.0
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/bytes/compare/v1.10.1...v1.11.0)

Updates `hyper` from 1.7.0 to 1.8.1
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hyperium/hyper/compare/v1.7.0...v1.8.1)

Updates `axum` from 0.8.6 to 0.8.7
- [Release notes](https://github.com/tokio-rs/axum/releases)
- [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/axum/compare/axum-v0.8.6...axum-v0.8.7)

Updates `hyper-util` from 0.1.17 to 0.1.18
- [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.17...v0.1.18

)

---
updated-dependencies:
- dependency-name: bytes
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: hyper
  dependency-version: 1.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: axum
  dependency-version: 0.8.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: hyper-util
  dependency-version: 0.1.18
  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 368a6060
Loading
Loading
Loading
Loading
+15 −15
Original line number Diff line number Diff line
@@ -386,7 +386,7 @@ dependencies = [
 "http 1.3.1",
 "http-body 0.4.6",
 "hyper 0.14.32",
 "hyper 1.7.0",
 "hyper 1.8.1",
 "hyper-rustls 0.24.2",
 "hyper-rustls 0.27.7",
 "hyper-util",
@@ -531,9 +531,9 @@ dependencies = [

[[package]]
name = "axum"
version = "0.8.6"
version = "0.8.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a18ed336352031311f4e0b4dd2ff392d4fbb370777c9d18d7fc9d7359f73871"
checksum = "5b098575ebe77cb6d14fc7f32749631a6e44edbef6b796f89b020e99ba20d425"
dependencies = [
 "axum-core",
 "bytes",
@@ -542,7 +542,7 @@ dependencies = [
 "http 1.3.1",
 "http-body 1.0.1",
 "http-body-util",
 "hyper 1.7.0",
 "hyper 1.8.1",
 "hyper-util",
 "itoa",
 "matchit",
@@ -696,9 +696,9 @@ checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"

[[package]]
name = "bytes"
version = "1.10.1"
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"

[[package]]
name = "bytes-utils"
@@ -1587,9 +1587,9 @@ dependencies = [

[[package]]
name = "hyper"
version = "1.7.0"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11"
dependencies = [
 "atomic-waker",
 "bytes",
@@ -1631,7 +1631,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
dependencies = [
 "http 1.3.1",
 "hyper 1.7.0",
 "hyper 1.8.1",
 "hyper-util",
 "rustls 0.23.31",
 "rustls-native-certs 0.8.1",
@@ -1644,9 +1644,9 @@ dependencies = [

[[package]]
name = "hyper-util"
version = "0.1.17"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
checksum = "52e9a2a24dc5c6821e71a7030e1e14b7b632acac55c40e9d2e082c621261bb56"
dependencies = [
 "base64 0.22.1",
 "bytes",
@@ -1655,7 +1655,7 @@ dependencies = [
 "futures-util",
 "http 1.3.1",
 "http-body 1.0.1",
 "hyper 1.7.0",
 "hyper 1.8.1",
 "ipnet",
 "libc",
 "percent-encoding",
@@ -2542,7 +2542,7 @@ dependencies = [
 "http 1.3.1",
 "http-body 1.0.1",
 "http-body-util",
 "hyper 1.7.0",
 "hyper 1.8.1",
 "hyper-rustls 0.27.7",
 "hyper-util",
 "js-sys",
@@ -2771,7 +2771,7 @@ dependencies = [
 "http-body 1.0.1",
 "http-body-util",
 "httparse",
 "hyper 1.7.0",
 "hyper 1.8.1",
 "itoa",
 "md-5 0.11.0-rc.3",
 "memchr",
@@ -2810,7 +2810,7 @@ dependencies = [
 "aws-smithy-runtime-api",
 "aws-smithy-types",
 "aws-smithy-types-convert",
 "hyper 1.7.0",
 "hyper 1.8.1",
 "s3s",
 "std-next",
 "sync_wrapper",
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ aws-sdk-s3 = "1.107.0"
aws-smithy-runtime-api = { version = "1.9.0", features = ["client", "http-1x"] }
aws-smithy-types = { version = "1.3.4", features = ["http-body-1-x"] }
aws-smithy-types-convert = { version = "0.60.10", features = ["convert-time"] }
hyper = "1.7.0"
hyper = "1.8.1"
s3s = { version = "0.12.0-rc.3", path = "../s3s", default-features = false }
std-next = "0.1.9"
sync_wrapper = "1.0.2"
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ 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"
bytes = "1.11.0"
http-body = "1.0.1"
md-5.workspace = true
base64-simd = "0.8.0"
+3 −3
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ binary = ["tokio/full", "dep:clap", "dep:tracing-subscriber", "dep:hyper-util"]
[dependencies]
async-trait = "0.1.89"
base64-simd = "0.8.0"
bytes = "1.10.1"
bytes = "1.11.0"
chrono = { version = "0.4.42", default-features = false, features = [
    "std",
    "clock",
@@ -32,7 +32,7 @@ clap = { version = "4.5.51", optional = true, features = ["derive"] }
crc32c = "0.6.8"
futures = "0.3.31"
hex-simd = "0.8.0"
hyper-util = { version = "0.1.17", optional = true, features = [
hyper-util = { version = "0.1.18", optional = true, features = [
    "server-auto",
    "server-graceful",
    "http1",
@@ -64,7 +64,7 @@ aws-config = { version = "1.8.7", default-features = false }
aws-credential-types = { version = "1.2.6", features = ["test-util"] }
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"] }
hyper-util = { version = "0.1.18", features = ["server-auto", "server-graceful", "http1", "http2", "tokio"] }
once_cell = "1.21.3"
opendal = { version = "0.54.1", features = ["services-s3"] }
s3s-aws = { version = "0.12.0-rc.3", path = "../s3s-aws" }
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ aws-config = { version = "1.8.7", default-features = false, features = [
aws-credential-types = "1.2.6"
aws-sdk-s3 = "1.107.0"
clap = { version = "4.5.51", features = ["derive"] }
hyper-util = { version = "0.1.17", features = [
hyper-util = { version = "0.1.18", features = [
    "server-auto",
    "server-graceful",
    "http1",
Loading