Skip to content

chore(deps): update rust to 1.98 - autoclosed - #1790

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/rust-1.x
Closed

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/rust-1.x

Conversation

@renovate

@renovate renovate Bot commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
rust (source, changelog) toolchain minor 1.971.98

Release Notes

rust-lang/rust (rust)

v1.98.1

Compare Source

===========================

v1.98.0

Compare Source

==========================

Language

Platform Support

Refer to Rust's platform support page
for more information on Rust's tiered platform support.

Libraries

Stabilized APIs

Compatibility Notes


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@mergify
mergify Bot had a problem deploying to Mergify Merge Protections August 27, 2026 02:13 Failure
@renovate
renovate Bot deployed to func-tests-live August 27, 2026 02:13 Active
@mergify

mergify Bot commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

Merge Protections

🔴 1 of 6 protections blocking · waiting on 🤖 CI

Protection Waiting on
🔴 🤖 Continuous Integration 🤖 CI
🟢 👀 Review Requirements
🟢 Enforce conventional commit
🟢 🔎 Reviews
🟢 📕 PR description
🟢 🚦 Auto-queue

🔴 🤖 Continuous Integration

Waiting for

  • check-success=ci-gate
This rule is failing.
  • all of:
    • check-success=ci-gate

Show 5 satisfied protections

🟢 👀 Review Requirements

  • any of:
    • author = renovate[bot]
    • #approved-reviews-by>=2
    • author = dependabot[bot]
    • author = mergify-ci-bot

🟢 Enforce conventional commit

Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/

  • title ~= ^(fix|feat|internal|docs|style|refactor|perf|test|build|ci|chore|revert|ui)(?:\(.+\))?!?:

🟢 🔎 Reviews

  • #changes-requested-reviews-by = 0
  • #review-requested = 0
  • #review-threads-unresolved = 0

🟢 📕 PR description

  • body ~= (?ms:.{48,})

🟢 🚦 Auto-queue

When all merge protections are satisfied, this pull request will be queued automatically.

@VenomSecurity1

Copy link
Copy Markdown

@Mergifyio refresh

@mergify

mergify Bot commented Aug 30, 2026

Copy link
Copy Markdown
Contributor

refresh

☑️ Command disallowed due to command restrictions in the Mergify configuration.

Details
  • any of:
    • sender-permission >= write
    • all of:
      • from-fork
      • sender = {{author}}

@renovate
renovate Bot force-pushed the renovate/rust-1.x branch from b026a94 to 4ccd888 Compare September 10, 2026 02:03
@renovate
renovate Bot deployed to func-tests-live September 10, 2026 02:03 Active
@mergify
mergify Bot had a problem deploying to Mergify Merge Protections September 10, 2026 02:03 Failure
mergify Bot pushed a commit that referenced this pull request Sep 11, 2026
renovate opened #1790 for this bump on 2026-08-27 and it has been red
for two weeks: 1.98's clippy adds `manual_is_variant_and`, which fires
once, on a `Result` treated as an `Option`:

    env::var("JENKINS_URL").ok().is_some_and(|v| !v.is_empty())
    -> env::var("JENKINS_URL").is_ok_and(|v| !v.is_empty())

rust-toolchain.toml's own comment states the policy this follows: a
bump PR that trips new lints fails CI and must fix them in the same
PR, so the fix travels with the bump rather than in a follow-up.

Verified locally against 1.98.1 with the exact CI steps (cargo fmt
--check, clippy --workspace --all-targets --all-features --locked -D
warnings, test --workspace --all-features --locked, build --release
--locked): all pass, and clippy surfaces no other new lint beyond the
one above.

Supersedes #1790.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@renovate renovate Bot changed the title chore(deps): update rust to 1.98 chore(deps): update rust to 1.98 - autoclosed Sep 11, 2026
@renovate renovate Bot closed this Sep 11, 2026
@renovate
renovate Bot deleted the renovate/rust-1.x branch September 11, 2026 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant