From edc54ab4e74c073829da0a0b5a8f2eeb14aec2d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 08:55:24 +0000 Subject: [PATCH] fix(deps): update rust crate specta-typescript to 0.0.10 --- 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 6b0a6b62..4629c177 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -18,7 +18,7 @@ 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.23" -specta-typescript = "0.0.9" +specta-typescript = "0.0.10" serde = { version = "1", features = ["derive"] } serde_json = "1" tokio = { version = "1", features = ["full"] }