Skip to content

Commit 3026e4d

Browse files
chore(deps): bump hyper-util from 0.1.15 to 0.1.16
Bumps [hyper-util](https://github.com/hyperium/hyper-util) from 0.1.15 to 0.1.16. - [Release notes](https://github.com/hyperium/hyper-util/releases) - [Changelog](https://github.com/hyperium/hyper-util/blob/master/CHANGELOG.md) - [Commits](hyperium/hyper-util@v0.1.15...v0.1.16) --- updated-dependencies: - dependency-name: hyper-util dependency-version: 0.1.16 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 633c583 commit 3026e4d

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

Cargo.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -706,9 +706,9 @@ dependencies = [
706706

707707
[[package]]
708708
name = "hyper-util"
709-
version = "0.1.15"
709+
version = "0.1.16"
710710
source = "registry+https://github.com/rust-lang/crates.io-index"
711-
checksum = "7f66d5bd4c6f02bf0542fad85d626775bab9258cf795a4256dcaf3161114d1df"
711+
checksum = "8d9b05277c7e8da2c93a568989bb6207bef0112e8d17df7a6eda4a3cf143bc5e"
712712
dependencies = [
713713
"bytes",
714714
"futures-channel",
@@ -751,6 +751,17 @@ dependencies = [
751751
"hashbrown 0.15.4",
752752
]
753753

754+
[[package]]
755+
name = "io-uring"
756+
version = "0.7.8"
757+
source = "registry+https://github.com/rust-lang/crates.io-index"
758+
checksum = "b86e202f00093dcba4275d4636b93ef9dd75d025ae560d2521b45ea28ab49013"
759+
dependencies = [
760+
"bitflags",
761+
"cfg-if",
762+
"libc",
763+
]
764+
754765
[[package]]
755766
name = "is_terminal_polyfill"
756767
version = "1.70.1"
@@ -766,17 +777,6 @@ dependencies = [
766777
"either",
767778
]
768779

769-
[[package]]
770-
name = "io-uring"
771-
version = "0.7.8"
772-
source = "registry+https://github.com/rust-lang/crates.io-index"
773-
checksum = "b86e202f00093dcba4275d4636b93ef9dd75d025ae560d2521b45ea28ab49013"
774-
dependencies = [
775-
"bitflags",
776-
"cfg-if",
777-
"libc",
778-
]
779-
780780
[[package]]
781781
name = "itoa"
782782
version = "1.0.15"

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ version = "0.16.0"
1111
[workspace.dependencies]
1212
anyhow = "1.0.98"
1313
delegate = "0.13.4"
14-
hyper-util = "0.1.15"
14+
hyper-util = "0.1.16"
1515
kube = { version = "1.1.0" }
1616
k8s-openapi = { version = "0.25.0" }
1717
once_cell = "1.21.3"

0 commit comments

Comments
 (0)