Skip to content

Commit 99c75cc

Browse files
chore(deps): bump hyper-util from 0.1.14 to 0.1.15
Bumps [hyper-util](https://github.com/hyperium/hyper-util) from 0.1.14 to 0.1.15. - [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.14...v0.1.15) --- updated-dependencies: - dependency-name: hyper-util dependency-version: 0.1.15 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c408925 commit 99c75cc

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
@@ -585,9 +585,9 @@ dependencies = [
585585

586586
[[package]]
587587
name = "hyper-util"
588-
version = "0.1.14"
588+
version = "0.1.15"
589589
source = "registry+https://github.com/rust-lang/crates.io-index"
590-
checksum = "dc2fdfdbff08affe55bb779f33b053aa1fe5dd5b54c257343c17edfa55711bdb"
590+
checksum = "7f66d5bd4c6f02bf0542fad85d626775bab9258cf795a4256dcaf3161114d1df"
591591
dependencies = [
592592
"bytes",
593593
"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.3"
14-
hyper-util = "0.1.14"
14+
hyper-util = "0.1.15"
1515
kube = { version = "1.1.0" }
1616
k8s-openapi = { version = "0.25.0" }
1717
once_cell = "1.21.3"

0 commit comments

Comments
 (0)