diff --git a/Cargo.lock b/Cargo.lock index f8b8667..506caad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1732,9 +1732,9 @@ dependencies = [ [[package]] name = "sqlite-wasm-rs" -version = "0.3.5" +version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b2e12c9fe86bc1d66e9d3398f5637e820124c3cfc909774b2b5af7dd8c265bd" +checksum = "c0c6fdb636283dad1283b20bc62157ac68a7124fde269723467689c4fd6d356c" dependencies = [ "fragile", "indexed_db_futures", diff --git a/Cargo.toml b/Cargo.toml index 1765773..512eafd 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.3.5", default-features = false, features = ["precompiled"] } +sqlite-wasm-rs = { version = "0.3.6", default-features = false, features = ["precompiled"] } console_error_panic_hook = "0.1.7" leptos = { version = "0.8.2", features = ["csr"] } reactive_stores = "0.2.2"