diff --git a/Cargo.lock b/Cargo.lock index 946d36e..6e155a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2246,9 +2246,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.135" +version = "1.0.139" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9" +checksum = "44f86c3acccc9c65b153fe1b85a3be07fe5515274ec9f0653b4a0875731c72a6" dependencies = [ "itoa", "memchr", diff --git a/libs/crd/Cargo.toml b/libs/crd/Cargo.toml index 032e19b..76b2d4a 100644 --- a/libs/crd/Cargo.toml +++ b/libs/crd/Cargo.toml @@ -8,5 +8,5 @@ k8s-openapi = { workspace = true } kube = { workspace = true } schemars = "0.8" serde = { workspace = true } -serde_json = "1.0.134" +serde_json = "1.0.139" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html