Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 26, 2023
1 parent c21402a commit d2398d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -13,7 +13,7 @@ console_error_panic_hook = "0.1"
cfg-if = "1"
http = { version = "0.2", optional = true }
leptos = { version = "0.5.2", features = ["nightly"] }
leptos_meta = { version = "0.5.1", features = ["nightly"] }
leptos_meta = { version = "0.5.2", features = ["nightly"] }
leptos_actix = { version = "0.5.1", optional = true }
leptos_router = { version = "0.5.1", features = ["nightly"] }
wasm-bindgen = "=0.2.87"
Expand Down

0 comments on commit d2398d3

Please sign in to comment.