Skip to content

Commit a4d4655

Browse files
chore(deps): bump hyper-util from 0.1.16 to 0.1.17 (#182)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ddb3750 commit a4d4655

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
@@ -707,9 +707,9 @@ dependencies = [
707707

708708
[[package]]
709709
name = "hyper-util"
710-
version = "0.1.16"
710+
version = "0.1.17"
711711
source = "registry+https://github.com/rust-lang/crates.io-index"
712-
checksum = "8d9b05277c7e8da2c93a568989bb6207bef0112e8d17df7a6eda4a3cf143bc5e"
712+
checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
713713
dependencies = [
714714
"bytes",
715715
"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.99"
1313
delegate = "0.13.4"
14-
hyper-util = "0.1.16"
14+
hyper-util = "0.1.17"
1515
kube = { version = "1.1.0", default-features = false }
1616
kube-core = { version = "1.1.0", default-features = false }
1717
kube-derive = { version = "1.1.0" }

0 commit comments

Comments
 (0)