Update rust Docker tag to v1.97 - #10
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/rust-1.x
branch
from
January 23, 2026 08:03
57eca08 to
ece9eaa
Compare
renovate
Bot
force-pushed
the
renovate/rust-1.x
branch
from
March 8, 2026 09:41
ece9eaa to
8fedd5a
Compare
renovate
Bot
force-pushed
the
renovate/rust-1.x
branch
from
April 19, 2026 05:58
8fedd5a to
d13a5b1
Compare
renovate
Bot
force-pushed
the
renovate/rust-1.x
branch
from
May 30, 2026 22:55
d13a5b1 to
5d20bb8
Compare
There was a problem hiding this comment.
Summary
This PR updates the Rust Docker builder image from rust:1.91 to rust:1.96. This is a straightforward dependency bump that brings the build environment up to the latest stable Rust version (1.96.0 was released May 28, 2026). The change is minimal, low-risk, and includes security fixes from Cargo (CVE-2026-5222, CVE-2026-5223).
Verdict: Ready to approve — no issues identified.
Research notes
- Docker Hub: Confirmed
rust:1.96andrust:1.96.0tags exist and were pushed recently. - Rust 1.96.0 changelog: Fetched from releases.rs — no breaking changes affecting this project's dependencies. Notable inclusions: stabilized
assert_matches!macros and Cargo security patches. - Project dependencies: All crates (tokio 1.42, axum 0.7, reqwest 0.12, serde 1.0, etc.) are compatible with Rust 1.96 on edition 2021.
- Codebase scan: No other references to Rust version found (no
rust-toolchain.toml, no CI version matrix).
Suggested next steps
- Merge this PR — it's a safe, beneficial update.
- Consider verifying the built container image runs successfully after merge (standard smoke test).
General findings
None — the change is exactly what it claims to be and introduces no regressions.
renovate
Bot
force-pushed
the
renovate/rust-1.x
branch
from
July 16, 2026 07:37
5d20bb8 to
ea1ef50
Compare
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.
This PR contains the following updates:
1.91→1.97Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.