Skip to content

Commit

Permalink
build(deps): bump leptos from 0.5.2 to 0.5.4
Browse files Browse the repository at this point in the history
Bumps [leptos](https://github.com/leptos-rs/leptos) from 0.5.2 to 0.5.4.
- [Release notes](https://github.com/leptos-rs/leptos/releases)
- [Commits](leptos-rs/leptos@v0.5.2...v0.5.4)

---
updated-dependencies:
- dependency-name: leptos
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 30, 2023
1 parent dc5b09d commit 2e65e74
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
48 changes: 24 additions & 24 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ actix-web = { version = "4", optional = true, features = ["macros", "cookies", "
console_error_panic_hook = "0.1"
cfg-if = "1"
http = { version = "1.0", optional = true }
leptos = { version = "0.5.2", features = ["nightly"] }
leptos = { version = "0.5.4", features = ["nightly"] }
leptos_meta = { version = "0.5.2", features = ["nightly"] }
leptos_actix = { version = "0.5.2", optional = true }
leptos_router = { version = "0.5.1", features = ["nightly"] }
Expand Down

0 comments on commit 2e65e74

Please sign in to comment.