From 2d45069adfa97b1c2b3d6e0f8ce4013446f4b4a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 23:00:08 +0000 Subject: [PATCH] fix(deps): update rust crate specta to v2.0.0-rc.23 --- 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 fa723d9c..6b0a6b62 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.22" +specta = "=2.0.0-rc.23" specta-typescript = "0.0.9" serde = { version = "1", features = ["derive"] } serde_json = "1"