Bump sqlite-wasm-rs to 0.4.4

This commit is contained in:
Spxg
2025-09-24 23:55:30 +08:00
parent 9cf27bf27a
commit 4f86a2f647
3 changed files with 26 additions and 40 deletions

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.3", default-features = false, optional = true }
sqlite-wasm-rs = { version = "0.4.4", default-features = false, optional = true }
console_error_panic_hook = "0.1.7"
leptos = { version = "0.8.2", features = ["csr"] }
reactive_stores = "0.2.2"
@@ -30,16 +30,15 @@ serde-wasm-bindgen = "0.6.5"
parking_lot = "0.12.3"
once_cell = "1.21.3"
tokio = { version = "1.45.0", features = ["sync"] }
wasm-bindgen = "0.2.100"
js-sys = "0.3.77"
wasm-bindgen-futures = "0.4.50"
wasm-bindgen = "0.2.104"
js-sys = "0.3.81"
wasm-bindgen-futures = "0.4.54"
console_log = "1.0.0"
log = "0.4.27"
fragile = "2.0.1"
hex = "0.4.3"
prettytable-rs = "0.10.0"
sqlformat = "0.3.5"
wasm-array-cp = "0.1.1"
[features]
default = ["sqlite3"]