From d2d73f76a5c4dbebb5e16b7fb54105ac8599be8f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 16:35:09 +0000 Subject: [PATCH] fix(deps): update rust crate schemars to 0.9.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fb5f167..945ef42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ k8s-openapi = { version = "0.23.0", features = ["v1_30"] } kube = { version = "0.97.0", default-features = false, features = ["runtime", "derive", "client", "rustls-tls", "ws"] } #todo: ws in only required in dev log = "0.4.21" postgres-protocol = "0.6.6" -schemars = "0.8.17" +schemars = "0.9.0" serde = { version = "1.0.200", features = ["derive", "serde_derive"] } serde_json = "1.0.116" serde_yaml = "0.9.33"