fix(turso): bump plugin submodule to serialize connection operations (#4927)

Advances the tauri-plugin-turso submodule to include
readest/tauri-plugin-turso#2, which serializes execute/select/batch on a
single turso connection behind an async mutex. Fixes the "concurrent use
forbidden" crash seen in production (unhandled promise rejection in the
reader on Android): turso rejects overlapping operations on one connection,
and the plugin previously drove a shared connection from concurrent Tauri
commands with no serialization.

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Huang Xin 2026-07-05 00:11:29 +09:00 committed by GitHub
parent 6b403d019e
commit 6013341cb8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

@ -1 +1 @@
Subproject commit 21125f07692caa53be4ae36c64ff6f40b07f7904
Subproject commit 204dc954b2e1e7811565b0c4217aa04ea741a224