From 1957e2f889398f67a43a458cee2fde8ec9c82d11 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 00:57:50 +0000 Subject: [PATCH] fix(deps): update rust crate specta to v2.0.0-rc.25 --- src-tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index e3fc7bf..d314d30 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -17,7 +17,7 @@ tauri-plugin-dialog = "2" tauri-plugin-store = "2" tauri-plugin-window-state = "2" tauri-specta = { version = "2.0.0-rc.21", features = ["derive", "typescript"] } -specta = "=2.0.0-rc.24" +specta = "=2.0.0-rc.25" specta-typescript = "0.0.11" serde = { version = "1", features = ["derive"] } serde_json = "1"