Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Maneren committed Nov 13, 2023
1 parent 2fd8cfd commit 7d6e760
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 13 deletions.
36 changes: 25 additions & 11 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ leptos = { version = "0.5.1", features = ["nightly"] }
leptos_axum = { version = "0.5.1", optional = true }
leptos_meta = { version = "0.5.1", features = ["nightly"] }
leptos_router = { version = "0.5.1", features = ["nightly"] }
leptos-use = "0.7"
leptos-use = "0.8"

axum = { version = "0.6", optional = true, features = ["multipart"] }
cfg-if = "1"
Expand Down Expand Up @@ -47,7 +47,7 @@ wasm-bindgen = "=0.2.88"
wasm-bindgen-futures = "=0.4.38"
wee_alloc = { version = "0.4", optional = true }
zip = { version = "0.6", optional = true }
zstd = { version = "0.12", optional = true }
zstd = { version = "0.13", optional = true }

# internal proc macro helper
icons_helper = { version = "0.0.0", path = "src/icons_helper" }
Expand Down

0 comments on commit 7d6e760

Please sign in to comment.