diff --git a/Cargo.lock b/Cargo.lock index 060f962..fa8305f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1233,9 +1233,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.133" +version = "1.0.134" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" +checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 22435dc..4fe4384 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ k8s-openapi = { version = "0.23.0", features = [ "schemars" ] } once_cell = "1.20.2" regex = { package = "regex-lite", version = "0.1.6" } schemars = "0.8.21" -serde_json = "1.0.133" +serde_json = "1.0.134" serde = { version = "1.0.217", features = ["derive"] } serde_yaml = "0.9.34" tokio = { version = "1.42.0", features = ["full"] }