chore(deps): update rust crate axum to v0.8.9#642
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 7f90a72fc6
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| [[package]] | ||
| name = "axum" | ||
| version = "0.8.8" | ||
| version = "0.8.9" |
There was a problem hiding this comment.
Keep staged lockfile compatible with declared Rust 1.77.2
Updating axum to 0.8.9 in this lockfile breaks the MSRV contract declared by apps/staged/src-tauri/Cargo.toml (rust-version = "1.77.2"), because axum 0.8.9 requires Rust 1.80+. In environments that honor the declared MSRV (or developers using 1.77.x), dependency resolution/build will fail after this commit, so the dependency should be capped to a compatible axum patch or the package rust-version should be raised in the same change.
Useful? React with 👍 / 👎.
26f31f9 to
59ac0ad
Compare
59ac0ad to
4023bf1
Compare
This PR contains the following updates:
0.8.8→0.8.9Release Notes
tokio-rs/axum (axum)
v0.8.9Compare Source
WebSocketUpgrade::{requested_protocols, set_selected_protocol}for more flexible subprotocol selection (#3597)Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.