diff --git a/Cargo.lock b/Cargo.lock index 3d50b7b..88597d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2312,9 +2312,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.142" +version = "1.0.143" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "030fedb782600dcbd6f02d479bf0d817ac3bb40d644745b769d6a96bc3afc5a7" +checksum = "d401abef1d108fbd9cbaebc3e46611f4b1021f714a0597a71f41ee463f5f4a5a" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index b227ada..2fdba33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"] } k8s-openapi = { git = "https://github.com/Arnavion/k8s-openapi.git", rev = "e9a9eaf", features=["latest"] } schemars = "1" serde = { version = "1.0.219", features = ["derive"] } -serde_json = "1.0.142" +serde_json = "1.0.143" serde_yaml = "0.9.25" chrono = { version = "0.4.41", features = ["serde"] } tracing = "0.1.41"