diff --git a/Cargo.lock b/Cargo.lock index 01db2dc..b9e31c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2310,9 +2310,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.140" +version = "1.0.141" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" +checksum = "30b9eff21ebe718216c6ec64e1d9ac57087aad11efc64e32002bce4a0d4c03d3" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 704a0d9..ef9fd8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ tokio = { version = "1.46.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.140" +serde_json = "1.0.141" serde_yaml = "0.9.25" chrono = { version = "0.4.41", features = ["serde"] } tracing = "0.1.41"