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"