diff --git a/Cargo.lock b/Cargo.lock index 737064c..bff1011 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -903,9 +903,9 @@ dependencies = [ [[package]] name = "kubert" -version = "0.15.0" +version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7171220877a57ac11ba23d28f42666ca800350e8fd3d6ecfe1b133a40e488ae2" +checksum = "8ec5a7c0731d6e668936f6723d4e8dbe4789ad16f5026b37dbb4cc1100a31728" dependencies = [ "ahash", "clap", diff --git a/Cargo.toml b/Cargo.toml index 58cc012..a33706f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ clap = { version = "4.1", features = ["derive", "help", "env", "std"] } futures = "0.3" kube = { version = "0.80.0", features = ["runtime", "derive"] } k8s-openapi = { version = "0.17.0", features = ["v1_26"] } -kubert = { version = "0.15.0", features = ["clap", "runtime", "server"] } +kubert = { version = "0.16.1", features = ["clap", "runtime", "server"] } tokio = { version = "1.26", features = ["full"] } anyhow = { version = "1", features = ["backtrace"] } tracing = "0.1"