Skip to content

Commit

Permalink
build(deps): bump leptos_actix from 0.5.6 to 0.6.11
Browse files Browse the repository at this point in the history
Bumps [leptos_actix](https://github.com/leptos-rs/leptos) from 0.5.6 to 0.6.11.
- [Release notes](https://github.com/leptos-rs/leptos/releases)
- [Commits](https://github.com/leptos-rs/leptos/commits)

---
updated-dependencies:
- dependency-name: leptos_actix
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 10, 2024
1 parent 70f7d90 commit 14e8a45
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 9 deletions.
65 changes: 57 additions & 8 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 @@ -14,7 +14,7 @@ cfg-if = "1"
http = { version = "1.0", optional = true }
leptos = { version = "0.5.6", features = ["nightly"] }
leptos_meta = { version = "0.6.11", features = ["nightly"] }
leptos_actix = { version = "0.5.6", optional = true }
leptos_actix = { version = "0.6.11", optional = true }
leptos_router = { version = "0.5.7", features = ["nightly"] }
wasm-bindgen = "=0.2.90"
serde = { version = "1.0.196", features = ["derive"] }
Expand Down

0 comments on commit 14e8a45

Please sign in to comment.