diff --git a/Cargo.lock b/Cargo.lock index 946d36e..32dca6a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2246,9 +2246,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.135" +version = "1.0.137" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9" +checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b" dependencies = [ "itoa", "memchr", diff --git a/libs/crd/Cargo.toml b/libs/crd/Cargo.toml index 032e19b..17f5282 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.137" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html