Bump sqlite-wasm-rs to 0.4.3
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -1725,9 +1725,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sqlite-wasm-rs"
|
name = "sqlite-wasm-rs"
|
||||||
version = "0.4.2"
|
version = "0.4.3"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "0e2e56f9a1fce250ea2dea7b034b624ef7e22fe14870fc55b3b3b1c25d4eef79"
|
checksum = "0894a1b91dc660fbf1e6ea6f287562708e01ca1a18fa4e2c6dae0df5a05199c5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cc",
|
"cc",
|
||||||
"fragile",
|
"fragile",
|
||||||
|
|||||||
@@ -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.4.2", default-features = false, optional = true }
|
sqlite-wasm-rs = { version = "0.4.3", default-features = false, optional = true }
|
||||||
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