Skip to content

Commit 137cee9

Browse files
chore(deps): bump hyper-util from 0.1.11 to 0.1.12 (#140)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 69a8cbc commit 137cee9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -566,9 +566,9 @@ dependencies = [
566566

567567
[[package]]
568568
name = "hyper-util"
569-
version = "0.1.11"
569+
version = "0.1.12"
570570
source = "registry+https://github.com/rust-lang/crates.io-index"
571-
checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
571+
checksum = "cf9f1e950e0d9d1d3c47184416723cf29c0d1f93bd8cccf37e4beb6b44f31710"
572572
dependencies = [
573573
"bytes",
574574
"futures-channel",

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ version = "0.15.0"
1111
[workspace.dependencies]
1212
anyhow = "1.0.98"
1313
delegate = "0.13.3"
14-
hyper-util = "0.1.11"
14+
hyper-util = "0.1.12"
1515
kube = { version = "0.99.0" }
1616
k8s-openapi = { version = "0.24.0" }
1717
once_cell = "1.21.3"

0 commit comments

Comments
 (0)