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

build(deps): bump the dependencies group with 7 updates (#441)

Bumps the dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [itoa](https://github.com/dtolnay/itoa) | `1.0.15` | `1.0.16` |
| [tracing](https://github.com/tokio-rs/tracing) | `0.1.43` | `0.1.44` |
| [const-str](https://github.com/Nugine/const-str) | `0.7.0` | `0.7.1` |
| [axum](https://github.com/tokio-rs/axum) | `0.8.7` | `0.8.8` |
| [hyper-util](https://github.com/hyperium/hyper-util) | `0.1.18` | `0.1.19` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.24` | `0.12.26` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.18.1` | `1.19.0` |


Updates `itoa` from 1.0.15 to 1.0.16
- [Release notes](https://github.com/dtolnay/itoa/releases)
- [Commits](https://github.com/dtolnay/itoa/compare/1.0.15...1.0.16)

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

Updates `const-str` from 0.7.0 to 0.7.1
- [Release notes](https://github.com/Nugine/const-str/releases)
- [Commits](https://github.com/Nugine/const-str/compare/v0.7.0...v0.7.1)

Updates `axum` from 0.8.7 to 0.8.8
- [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.7...axum-v0.8.8)

Updates `hyper-util` from 0.1.18 to 0.1.19
- [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.18...v0.1.19)

Updates `reqwest` from 0.12.24 to 0.12.26
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.12.24...v0.12.26)

Updates `uuid` from 1.18.1 to 1.19.0
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](https://github.com/uuid-rs/uuid/compare/v1.18.1...v1.19.0

)

---
updated-dependencies:
- dependency-name: itoa
  dependency-version: 1.0.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: tracing
  dependency-version: 0.1.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: const-str
  dependency-version: 0.7.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: axum
  dependency-version: 0.8.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: hyper-util
  dependency-version: 0.1.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: reqwest
  dependency-version: 0.12.26
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: uuid
  dependency-version: 1.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 678d0787
Loading
Loading
Loading
Loading
+21 −21
Original line number Diff line number Diff line
@@ -531,9 +531,9 @@ dependencies = [

[[package]]
name = "axum"
version = "0.8.7"
version = "0.8.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b098575ebe77cb6d14fc7f32749631a6e44edbef6b796f89b020e99ba20d425"
checksum = "8b52af3cb4058c895d37317bb27508dccc8e5f2d39454016b297bf4a400597b8"
dependencies = [
 "axum-core",
 "bytes",
@@ -880,18 +880,18 @@ dependencies = [

[[package]]
name = "const-str"
version = "0.7.0"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4d34b8f066904ed7cfa4a6f9ee96c3214aa998cb44b69ca20bd2054f47402ed"
checksum = "b0664d2867b4a32697dfe655557f5c3b187e9b605b38612a748e5ec99811d160"
dependencies = [
 "const-str-proc-macro",
]

[[package]]
name = "const-str-proc-macro"
version = "0.7.0"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a08a8aee16926ee1c4ad18868b8c3dfe5106359053f91e035861ec2a17116988"
checksum = "5c25c2a02ba19f2d4fd9f54d5f239f97c867deb7397763a9771edab63c44a4fa"
dependencies = [
 "proc-macro2",
 "quote",
@@ -1649,9 +1649,9 @@ dependencies = [

[[package]]
name = "hyper-util"
version = "0.1.18"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52e9a2a24dc5c6821e71a7030e1e14b7b632acac55c40e9d2e082c621261bb56"
checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f"
dependencies = [
 "base64 0.22.1",
 "bytes",
@@ -1847,9 +1847,9 @@ dependencies = [

[[package]]
name = "itoa"
version = "1.0.15"
version = "1.0.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
checksum = "7ee5b5339afb4c41626dde77b7a611bd4f2c202b897852b4bcf5d03eddc61010"

[[package]]
name = "jiff"
@@ -2615,9 +2615,9 @@ dependencies = [

[[package]]
name = "reqwest"
version = "0.12.24"
version = "0.12.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
checksum = "3b4c14b2d9afca6a60277086b0cc6a6ae0b568f6f7916c943a8cdc79f8be240f"
dependencies = [
 "base64 0.22.1",
 "bytes",
@@ -3578,9 +3578,9 @@ dependencies = [

[[package]]
name = "tower-http"
version = "0.6.6"
version = "0.6.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
dependencies = [
 "bitflags",
 "bytes",
@@ -3608,9 +3608,9 @@ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"

[[package]]
name = "tracing"
version = "0.1.43"
version = "0.1.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
dependencies = [
 "log",
 "pin-project-lite",
@@ -3631,9 +3631,9 @@ dependencies = [

[[package]]
name = "tracing-core"
version = "0.1.35"
version = "0.1.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
dependencies = [
 "once_cell",
 "valuable",
@@ -3744,13 +3744,13 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"

[[package]]
name = "uuid"
version = "1.18.1"
version = "1.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a"
dependencies = [
 "getrandom 0.3.4",
 "js-sys",
 "serde",
 "serde_core",
 "wasm-bindgen",
]

+1 −1
Original line number Diff line number Diff line
@@ -26,5 +26,5 @@ hyper = "1.8.1"
s3s = { version = "0.12.0-rc.6", path = "../s3s", default-features = false }
std-next = "0.1.9"
sync_wrapper = "1.0.2"
tracing = "0.1.43"
tracing = "0.1.44"
transform-stream = "0.3.1"
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ workspace = true

[dependencies]
s3s-test = { version = "0.12.0-rc.6", path = "../s3s-test" }
tracing = "0.1.43"
tracing = "0.1.44"
aws-credential-types = "1.2.6"
aws-sdk-s3 = "1.107.0"
aws-sdk-sts = { version = "1.87.0", features = ["behavior-version-latest"] }
@@ -25,7 +25,7 @@ bytes = "1.11.0"
http-body = "1.0.1"
md-5.workspace = true
base64-simd = "0.8.0"
reqwest = { version = "0.12.24", default-features = false, features = ["rustls-tls"] }
reqwest = { version = "0.12.26", default-features = false, features = ["rustls-tls"] }

[dependencies.aws-config]
version = "1.8.7"
+4 −4
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ clap = { version = "4.5.53", optional = true, features = ["derive"] }
crc32c = "0.6.8"
futures = "0.3.31"
hex-simd = "0.8.0"
hyper-util = { version = "0.1.18", optional = true, features = [
hyper-util = { version = "0.1.19", optional = true, features = [
    "server-auto",
    "server-graceful",
    "http1",
@@ -50,14 +50,14 @@ thiserror = "2.0.17"
time = "0.3.44"
tokio = { version = "1.48.0", features = ["fs", "io-util"] }
tokio-util = { version = "0.7.17", features = ["io"] }
tracing = "0.1.43"
tracing = "0.1.44"
tracing-error = "0.2.1"
tracing-subscriber = { version = "0.3.22", optional = true, features = [
    "env-filter",
    "time",
] }
transform-stream = "0.3.1"
uuid = { version = "1.18.1", features = ["v4"] }
uuid = { version = "1.19.0", features = ["v4"] }

[dev-dependencies]
anyhow = { version = "1.0.100", features = ["backtrace"] }
@@ -67,7 +67,7 @@ aws-sdk-s3 = { version = "1.107.0", features = ["behavior-version-latest"] }
aws-sdk-sts = { version = "1.87.0", features = ["behavior-version-latest"] }
futures-util = "0.3.31"
hyper = { version = "1.8.1", features = ["http1", "http2"] }
hyper-util = { version = "0.1.18", features = ["server-auto", "server-graceful", "http1", "http2", "tokio"] }
hyper-util = { version = "0.1.19", features = ["server-auto", "server-graceful", "http1", "http2", "tokio"] }
once_cell = "1.21.3"
opendal = { version = "0.55.0", features = ["services-s3"] }
s3s-aws = { version = "0.12.0-rc.6", path = "../s3s-aws" }
+2 −2
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.53", features = ["derive"] }
hyper-util = { version = "0.1.18", features = [
hyper-util = { version = "0.1.19", features = [
    "server-auto",
    "server-graceful",
    "http1",
@@ -30,5 +30,5 @@ hyper-util = { version = "0.1.18", features = [
s3s = { version = "0.12.0-rc.6", path = "../s3s" }
s3s-aws = { version = "0.12.0-rc.6", path = "../s3s-aws" }
tokio = { version = "1.48.0", features = ["full"] }
tracing = "0.1.43"
tracing = "0.1.44"
tracing-subscriber = { version = "0.3.22", features = ["env-filter", "time"] }
Loading