Skip to content

Commit e8845f0

Browse files
committed
feat: upgrade deps
1 parent feef6a1 commit e8845f0

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

.idea/.gitignore

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77
[dependencies]
8-
leptos = { version = "0.6.11", features = ["csr", "nightly"] }
8+
leptos = { version = "0.6", features = ["csr", "nightly"] }
99
leptos_devtools = { git = "https://github.com/luoxiaozero/leptos-devtools" }
1010
serde = { version = "1.0.192", features = ["derive"] }
1111
serde-wasm-bindgen = "0.6.3"
1212
wasm-bindgen = { version ="0.2.91", features = ["serde-serialize"] }
1313
js-sys = "0.3.68"
14-
leptos-use = { version = "0.10.10", features = ["serde", "serde_json"]}
14+
leptos-use = { version = "^0.13.4" }
1515
leptos_icons = "0.3.0" # https://carlosted.github.io/icondata/
1616
serde_json = "1.0.113"
1717
wasm-bindgen-futures = "0.4.39"
1818
monaco = "0.4.0"
1919
tauri-sys = { git = "https://github.com/JonasKruckenberg/tauri-sys", features = ["all"] }
20-
thaw = { version = "0.3.1", features = ["csr"] }
20+
thaw = { version = "0.3", features = ["csr"] }
2121
common = { path = "common" }
2222
futures = "0.3.30"
2323
async-stream = "0.3.5"

0 commit comments

Comments
 (0)