Skip to content

Commit 5a875e1

Browse files
chore(deps): bump hyper-util from 0.1.15 to 0.1.16 (#153)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Shane Utt <[email protected]>
1 parent 360d4b0 commit 5a875e1

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
@@ -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",

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)