Skip to content

Commit

Permalink
feat: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dancixx committed Sep 8, 2024
1 parent feef6a1 commit e8845f0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
leptos = { version = "0.6.11", features = ["csr", "nightly"] }
leptos = { version = "0.6", features = ["csr", "nightly"] }
leptos_devtools = { git = "https://github.com/luoxiaozero/leptos-devtools" }
serde = { version = "1.0.192", features = ["derive"] }
serde-wasm-bindgen = "0.6.3"
wasm-bindgen = { version ="0.2.91", features = ["serde-serialize"] }
js-sys = "0.3.68"
leptos-use = { version = "0.10.10", features = ["serde", "serde_json"]}
leptos-use = { version = "^0.13.4" }
leptos_icons = "0.3.0" # https://carlosted.github.io/icondata/
serde_json = "1.0.113"
wasm-bindgen-futures = "0.4.39"
monaco = "0.4.0"
tauri-sys = { git = "https://github.com/JonasKruckenberg/tauri-sys", features = ["all"] }
thaw = { version = "0.3.1", features = ["csr"] }
thaw = { version = "0.3", features = ["csr"] }
common = { path = "common" }
futures = "0.3.30"
async-stream = "0.3.5"
Expand Down

0 comments on commit e8845f0

Please sign in to comment.