Bump sqlite-wasm-rs version to 0.4.1

This commit is contained in:
Spxg
2025-07-06 17:43:31 +08:00
parent 87197ea68a
commit 609cc6d508
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -1725,9 +1725,9 @@ dependencies = [
[[package]]
name = "sqlite-wasm-rs"
version = "0.4.0"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de7f07bae637a5bd84def164aa94e4078daeec91346781fa3b07699061b0aeea"
checksum = "56ca2abda7f1ea0bcb15fadeb59e822bf5ffb1f987bfcafb74f5534ee095cf72"
dependencies = [
"cc",
"fragile",

View File

@@ -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.0", default-features = false, optional = true }
sqlite-wasm-rs = { version = "0.4.1", default-features = false, optional = true }
console_error_panic_hook = "0.1.7"
leptos = { version = "0.8.2", features = ["csr"] }
reactive_stores = "0.2.2"