From 3ea88ffdfbd8668272f506cad237a2621e16637f Mon Sep 17 00:00:00 2001 From: Spxg Date: Mon, 21 Jul 2025 01:05:44 +0800 Subject: [PATCH] Bump sqlite-wasm-rs to 0.4.2 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d6995de..71c111a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1725,9 +1725,9 @@ dependencies = [ [[package]] name = "sqlite-wasm-rs" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56ca2abda7f1ea0bcb15fadeb59e822bf5ffb1f987bfcafb74f5534ee095cf72" +checksum = "0e2e56f9a1fce250ea2dea7b034b624ef7e22fe14870fc55b3b3b1c25d4eef79" dependencies = [ "cc", "fragile", diff --git a/Cargo.toml b/Cargo.toml index 21b157f..12d4aa3 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.1", default-features = false, optional = true } +sqlite-wasm-rs = { version = "0.4.2", default-features = false, optional = true } console_error_panic_hook = "0.1.7" leptos = { version = "0.8.2", features = ["csr"] } reactive_stores = "0.2.2"