From 0af547e4d39d7afc151db39ab07cad5b23cd3845 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 May 2025 09:47:12 +0000 Subject: [PATCH] chore(deps): update rust crate schemars to 0.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d85be889..48e588cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ tauri-utils = "2" serde_json = "1" thiserror = "2" url = "2" -schemars = "0.8" +schemars = "0.9" dunce = "1" specta = "^2.0.0-rc.16" glob = "0.3"