diff --git a/Cargo.lock b/Cargo.lock index 6c23b21..dd34869 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -585,9 +585,9 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.14" +version = "0.1.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc2fdfdbff08affe55bb779f33b053aa1fe5dd5b54c257343c17edfa55711bdb" +checksum = "7f66d5bd4c6f02bf0542fad85d626775bab9258cf795a4256dcaf3161114d1df" dependencies = [ "bytes", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index f808cf1..654a5ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ version = "0.16.0" [workspace.dependencies] anyhow = "1.0.98" delegate = "0.13.3" -hyper-util = "0.1.14" +hyper-util = "0.1.15" kube = { version = "1.1.0" } k8s-openapi = { version = "0.25.0" } once_cell = "1.21.3"