diff --git a/Cargo.toml b/Cargo.toml index 906fece31..943ef37c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,9 +58,9 @@ hyper-rustls = { version = "0.27.1", default-features = false } hyper-socks2 = { version = "0.9.0", default-features = false } hyper-timeout = "0.5.1" hyper-util = "0.1.9" -json-patch = "3" +json-patch = "3.0.1" jsonpath-rust = "0.7.3" -jsonptr = "0.6" +jsonptr = "0.6.3" k8s-openapi = { version = "0.24.0", default-features = false } openssl = "0.10.36" parking_lot = "0.12.0"