Bump sqlite-wasm-rs to 0.3.6
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -1732,9 +1732,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sqlite-wasm-rs"
|
name = "sqlite-wasm-rs"
|
||||||
version = "0.3.5"
|
version = "0.3.6"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "2b2e12c9fe86bc1d66e9d3398f5637e820124c3cfc909774b2b5af7dd8c265bd"
|
checksum = "c0c6fdb636283dad1283b20bc62157ac68a7124fde269723467689c4fd6d356c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"fragile",
|
"fragile",
|
||||||
"indexed_db_futures",
|
"indexed_db_futures",
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ aceditor = { path = "crates/aceditor" }
|
|||||||
split-grid = { path = "crates/split-grid" }
|
split-grid = { path = "crates/split-grid" }
|
||||||
floating-ui = { path = "crates/floating-ui" }
|
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"
|
console_error_panic_hook = "0.1.7"
|
||||||
leptos = { version = "0.8.2", features = ["csr"] }
|
leptos = { version = "0.8.2", features = ["csr"] }
|
||||||
reactive_stores = "0.2.2"
|
reactive_stores = "0.2.2"
|
||||||
|
|||||||
Reference in New Issue
Block a user