build(deps): bump axum from 0.7.9 to 0.8.9 in the async-stack group across 1 directory - #38
Open
dependabot[bot] wants to merge 2 commits into
Open
build(deps): bump axum from 0.7.9 to 0.8.9 in the async-stack group across 1 directory#38dependabot[bot] wants to merge 2 commits into
dependabot[bot] wants to merge 2 commits into
Conversation
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
dependabot
Bot
force-pushed
the
dependabot/cargo/async-stack-a826342b18
branch
4 times, most recently
from
September 1, 2026 14:25
4229f63 to
05c73df
Compare
Bumps the async-stack group with 1 update in the / directory: [axum](https://github.com/tokio-rs/axum). Updates `axum` from 0.7.9 to 0.8.9 - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](tokio-rs/axum@axum-v0.7.9...axum-v0.8.9) --- updated-dependencies: - dependency-name: axum dependency-version: 0.8.9 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: async-stack ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/cargo/async-stack-a826342b18
branch
from
September 2, 2026 15:31
05c73df to
fb0f915
Compare
axum 0.8 renames route path params from :name/*name to {name}/{*name},
and drops the blanket Option<T> extractor for arbitrary
FromRequestParts impls in favor of an opt-in OptionalFromRequestParts
trait that ConnectInfo doesn't implement -- both broke compilation
after the dependabot axum 0.7 -> 0.8 bump.
- Rewrite silo-server's route table to the {param}/{*param} syntax.
- Replace Option<ConnectInfo<SocketAddr>> extraction with a small
MaybeConnectInfo extractor that reads the same request extension by
hand and yields None when absent (e.g. in tests that don't serve
through into_make_service_with_connect_info).
- Bump tonic/tonic-build 0.12 -> 0.13, the minimum version whose axum
dependency is 0.8, removing the duplicate axum 0.7 from the
dependency graph that was itself causing Handler trait-bound
mismatches.
Verified locally: cargo build/clippy/fmt/machete, cargo test
--workspace against a real Postgres, and the full ci/e2e.sh suite
(real dnf/apk/npm/pacman/apt clients, pull-through against real public
mirrors, index repair) all pass.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the async-stack group with 1 update in the / directory: axum.
Updates
axumfrom 0.7.9 to 0.8.9Release notes
Sourced from axum's releases.
... (truncated)
Commits
c59208crevert axum-core changelog changes99068f5Revert "FixIntoResponsefor tuples overriding error response codes (#3603)"23d7098Revert "axum-core 0.5.6"e8a39adaxum-macros 0.5.16e9a249axum-extra 0.12.60ec9041axum 0.8.9c3fcebbaxum-core 0.5.6a8790fcupdate release notes26ba7bbdocs: consolidate state management docs in crate root (#3683)9fc59efUpdate to tokio-tungstenite 0.29 (#3689)