From aaa8b6f5917fb8a1977170453c9d4a8de32be4b7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 27 May 2025 00:07:01 +0000 Subject: [PATCH] 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 c63c80c..48338af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ env_logger = "0.11.8" anyhow = "1.0.98" serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.140" -schemars = "0.8.22" +schemars = "0.9.0" tokio = { version = "1.45.1", features = ["full"] } kube = { version = "0.99.0", features = ["runtime", "derive"] } k8s-openapi = { version = "0.24.0", features = ["v1_31"] }