Skip to content

build(deps): bump leptos_axum from 0.7.8 to 0.8.9#18

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/leptos_axum-0.8.9
Closed

build(deps): bump leptos_axum from 0.7.8 to 0.8.9#18
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/leptos_axum-0.8.9

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 12, 2026

Bumps leptos_axum from 0.7.8 to 0.8.9.

Release notes

Sourced from leptos_axum's releases.

v0.8.9

This includes patch releases to the reactive_graph, tachys, wasm_split_macros, server_fn, leptos, and router crates.

What's Changed

Full Changelog: leptos-rs/leptos@v0.8.8...v0.8.9

v0.8.8

What's Changed

... (truncated)

Commits
  • 646cfc1 leptos v0.8.9
  • 62977a6 fix: support const generic static strs on nightly versions with conflicting f...
  • e9ee90c chore: add referrerpolicy attribute to a element (#4299)
  • 73e728f Merge pull request #4294 from leptos-rs/4285
  • 6f047a2 test: add regression test for #4296
  • 7c942b8 chore: correct name for test
  • d4bf6d9 test: add regression test for #4285
  • 9deb96e fix: provide correct URL/query/params to preloaders (closes #4296)
  • d1899cd during SSR, don't dispose of preload owners until whole request is done
  • ee731d7 fix: create individual owners for each preload
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [leptos_axum](https://github.com/leptos-rs/leptos) from 0.7.8 to 0.8.9.
- [Release notes](https://github.com/leptos-rs/leptos/releases)
- [Commits](leptos-rs/leptos@v0.7.8...v0.8.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 12, 2026
@satyakwok
Copy link
Copy Markdown
Member

Superseded by #26 (Cluster C: coordinated leptos 0.8 + axum 0.8 upgrade).

@satyakwok satyakwok closed this May 12, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 12, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/cargo/leptos_axum-0.8.9 branch May 12, 2026 04:19
satyakwok added a commit that referenced this pull request May 12, 2026
Coordinated upgrade of the Leptos + axum stack:
  leptos 0.7         → 0.8
  leptos_meta 0.7    → 0.8
  leptos_router 0.7  → 0.8
  leptos_axum 0.7    → 0.8
  axum 0.7           → 0.8

Both target builds clean with no source changes:
  cargo check --target wasm32-unknown-unknown  (browser bundle)
  cargo check --features ssr                    (axum binary)

axum 0.7.9 still appears in Cargo.lock as a transitive of server_fn
(leptos 0.8 ecosystem hasn't fully migrated yet); our code links
against 0.8.9.

Supersedes #17 (leptos_meta), #18 (leptos_axum), #20 (leptos_router), #22 (axum).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant