diff --git a/Cargo.lock b/Cargo.lock index 8a0fafe3..c9bf13cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1953,9 +1953,9 @@ dependencies = [ [[package]] name = "which" -version = "4.3.0" +version = "4.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b" +checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269" dependencies = [ "either", "libc", diff --git a/Cargo.toml b/Cargo.toml index 4d1ad173..3cfc35fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ kube = { version = "0.78", default-features = false, features = ["client", "open lazy_static = "1.4" log = "0.4" openssl = { version = "0.10.42", features = ["vendored"] } # Must match version from kube -which = "4.3" +which = "4.4" semver = "1.0" serde = { version = "1.0", features = ["derive"]} serde_json = "1.0"