Skip to content

Conversation

clubby789
Copy link
Contributor

Fixes #145516

@rustbot
Copy link
Collaborator

rustbot commented Aug 25, 2025

r? @Mark-Simulacrum

rustbot has assigned @Mark-Simulacrum.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@rustbot rustbot added A-tidy Area: The tidy tool S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) labels Aug 25, 2025
@rustbot
Copy link
Collaborator

rustbot commented Aug 25, 2025

These commits modify the Cargo.lock file. Unintentional changes to Cargo.lock can be introduced when switching branches and rebasing PRs.

If this was unintentional then you should revert the changes before this PR is merged.
Otherwise, you can ignore this comment.

These commits modify the library/Cargo.lock file. Unintentional changes to library/Cargo.lock can be introduced when switching branches and rebasing PRs.

If this was unintentional then you should revert the changes before this PR is merged.
Otherwise, you can ignore this comment.

The list of allowed third-party dependencies may have been modified! You must ensure that any new dependencies have compatible licenses before merging.

cc @davidtwco, @wesleywiser

@rust-log-analyzer

This comment has been minimized.

@samueltardieu
Copy link
Member

samueltardieu commented Aug 25, 2025

Error looks spurious, restarting the job to check.

@klensy
Copy link
Contributor

klensy commented Aug 25, 2025

Need to rebase, lock file was changed.

@samueltardieu
Copy link
Member

Need to rebase, lock file was changed.

Ok, I canceled the rerun job then, no need to waste CPU cycles if it will run again anyway.

github-actions and others added 2 commits August 25, 2025 20:12
compiler & tools dependencies:
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package:   /home/runner/work/rust/rust/src/tools/clippy/Cargo.toml
workspace: /home/runner/work/rust/rust/Cargo.toml
     Locking 25 packages to latest compatible versions
    Updating bitflags v2.9.2 -> v2.9.3
    Updating cfg-if v1.0.1 -> v1.0.3
    Updating dbus v0.9.7 -> v0.9.8
    Updating filetime v0.2.25 -> v0.2.26
    Updating form_urlencoded v1.2.1 -> v1.2.2
    Updating gimli v0.32.0 -> v0.32.1
    Updating idna v1.0.3 -> v1.1.0
    Updating indexmap v2.10.0 -> v2.11.0
    Updating jobserver v0.1.33 -> v0.1.34
    Updating libdbus-sys v0.2.5 -> v0.2.6
    Updating percent-encoding v2.3.1 -> v2.3.2
    Updating rustc-build-sysroot v0.5.9 -> v0.5.11
    Updating serde_json v1.0.142 -> v1.0.143
    Updating stringdex v0.0.1-alpha4 -> v0.0.1-alpha6
    Updating tempfile v3.20.0 -> v3.21.0
    Updating thiserror v2.0.15 -> v2.0.16
    Updating thiserror-impl v2.0.15 -> v2.0.16
    Updating tinyvec v1.9.0 -> v1.10.0
    Updating url v2.5.4 -> v2.5.7
    Updating wasm-encoder v0.236.1 -> v0.237.0
      Adding wasmparser v0.237.0
    Updating wast v236.0.1 -> v237.0.0
    Updating wat v1.236.1 -> v1.237.0
    Updating winapi-util v0.1.9 -> v0.1.10
    Updating winnow v0.7.12 -> v0.7.13
note: pass `--verbose` to see 39 unchanged dependencies behind latest

library dependencies:
     Locking 14 packages to latest compatible versions
    Updating cfg-if v1.0.1 -> v1.0.3
    Updating dlmalloc v0.2.10 -> v0.2.11
    Updating gimli v0.32.0 -> v0.32.1
      Adding windows-link v0.1.3
    Updating windows-sys v0.59.0 -> v0.60.2
    Updating windows-targets v0.52.6 -> v0.53.3
    Updating windows_aarch64_gnullvm v0.52.6 -> v0.53.0
    Updating windows_aarch64_msvc v0.52.6 -> v0.53.0
    Updating windows_i686_gnu v0.52.6 -> v0.53.0
    Updating windows_i686_gnullvm v0.52.6 -> v0.53.0
    Updating windows_i686_msvc v0.52.6 -> v0.53.0
    Updating windows_x86_64_gnu v0.52.6 -> v0.53.0
    Updating windows_x86_64_gnullvm v0.52.6 -> v0.53.0
    Updating windows_x86_64_msvc v0.52.6 -> v0.53.0
note: pass `--verbose` to see 2 unchanged dependencies behind latest

rustbook dependencies:
     Locking 14 packages to latest compatible versions
    Updating bitflags v2.9.2 -> v2.9.3
    Updating cc v1.2.33 -> v1.2.34
    Updating cfg-if v1.0.1 -> v1.0.3
    Updating form_urlencoded v1.2.1 -> v1.2.2
    Updating idna v1.0.3 -> v1.1.0
    Updating indexmap v2.10.0 -> v2.11.0
    Updating percent-encoding v2.3.1 -> v2.3.2
    Updating serde_json v1.0.142 -> v1.0.143
    Updating tempfile v3.20.0 -> v3.21.0
    Updating thiserror v2.0.15 -> v2.0.16
    Updating thiserror-impl v2.0.15 -> v2.0.16
    Updating url v2.5.4 -> v2.5.7
    Updating winapi-util v0.1.9 -> v0.1.10
    Updating winnow v0.7.12 -> v0.7.13
note: pass `--verbose` to see 1 unchanged dependencies behind latest
@rustbot
Copy link
Collaborator

rustbot commented Aug 25, 2025

This PR was rebased onto a different master commit. Here's a range-diff highlighting what actually changed.

Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers.

@clubby789
Copy link
Contributor Author

@rustbot blocked (#145858 (comment))

@rustbot rustbot added S-blocked Status: Blocked on something else such as an RFC or other implementation work. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Aug 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-tidy Area: The tidy tool S-blocked Status: Blocked on something else such as an RFC or other implementation work. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants