From b31843509b8953ae9435e470248ca79b1f821c7b Mon Sep 17 00:00:00 2001 From: Spxg Date: Mon, 29 Sep 2025 22:16:56 +0800 Subject: [PATCH] Bump sqlite-wasm-rs to 0.4.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 29bfaa4..1f9e666 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ aceditor = { path = "crates/aceditor" } split-grid = { path = "crates/split-grid" } floating-ui = { path = "crates/floating-ui" } -sqlite-wasm-rs = { version = "0.4.4", default-features = false, optional = true } +sqlite-wasm-rs = { version = "0.4.5", default-features = false, optional = true } console_error_panic_hook = "0.1.7" leptos = { version = "0.8.2", features = ["csr"] } reactive_stores = "0.2.2"