Skip to content

citool: update rust crates - #161197

Merged
rust-bors[bot] merged 2 commits into
rust-lang:mainfrom
xtqqczze:deps/lockfiles
Aug 17, 2026
Merged

citool: update rust crates#161197
rust-bors[bot] merged 2 commits into
rust-lang:mainfrom
xtqqczze:deps/lockfiles

Conversation

@xtqqczze

Copy link
Copy Markdown
Contributor

No description provided.

@rustbot rustbot added A-CI Area: Our Github Actions CI A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue. labels Aug 16, 2026
@Mark-Simulacrum

Copy link
Copy Markdown
Member

Can you look for and adjust usage of citool in CI to actually pass --locked? I don't think we do that today in at least some places (https://triage.rust-lang.org/gha-logs/rust-lang/rust/95227692674?pr=161197#L2026-08-16T21:12:18.8117107Z), which means we're not necessarily using the committed lockfile.

It's technically a separate change but I think it makes sense to apply here if we're bumping dependencies. I assume you cut this as just general housekeeping rather than for a particular intended dependency bump?

@xtqqczze

Copy link
Copy Markdown
Contributor Author

My intention was to bump cc following its recent update, but I noticed it made sense to bump all the dependencies instead. The --locked flag makes sense too.

@xtqqczze
xtqqczze marked this pull request as ready for review August 16, 2026 22:22
@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Aug 16, 2026
@rustbot rustbot removed the S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. label Aug 16, 2026
@rustbot

rustbot commented Aug 16, 2026

Copy link
Copy Markdown
Collaborator

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

Why was this reviewer chosen?

The reviewer was selected based on:

  • Owners of files modified in this PR: infra-ci
  • infra-ci expanded to 6 candidates
  • Random selection from Mark-Simulacrum, jdno, jieyouxu, marcoieni, ubiratansoares

@Mark-Simulacrum

Copy link
Copy Markdown
Member

@bors r+ rollup

@rust-bors

rust-bors Bot commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

📌 Commit 68af565 has been approved by Mark-Simulacrum

It is now in the queue for this repository.

@rust-bors rust-bors Bot added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Aug 17, 2026
JonathanBrouwer added a commit to JonathanBrouwer/rust that referenced this pull request Aug 17, 2026
rust-bors Bot pushed a commit that referenced this pull request Aug 17, 2026
…uwer

Rollup of 6 pull requests

Successful merges:

 - #161221 (`rust-analyzer` subtree update)
 - #161232 (Subtree sync for rustc_codegen_cranelift)
 - #161206 (Library lock file update)
 - #160905 (implement <IpAddr, SocketAddr>::unspecified_from())
 - #161145 (Remove references to the obsolete `try-perf` branch)
 - #161197 (citool: update rust crates)
rust-bors Bot pushed a commit that referenced this pull request Aug 17, 2026
…uwer

Rollup of 6 pull requests

Successful merges:

 - #161221 (`rust-analyzer` subtree update)
 - #161232 (Subtree sync for rustc_codegen_cranelift)
 - #161206 (Library lock file update)
 - #160905 (implement <IpAddr, SocketAddr>::unspecified_from())
 - #161145 (Remove references to the obsolete `try-perf` branch)
 - #161197 (citool: update rust crates)
@JonathanBrouwer

Copy link
Copy Markdown
Member

@bors try jobs=dist-powerpc64-linux-gnu
Debugging the failure of #161241 (comment)

@rust-bors

This comment has been minimized.

rust-bors Bot pushed a commit that referenced this pull request Aug 17, 2026
citool: update rust crates


try-job: dist-powerpc64-linux-gnu
@rust-bors

rust-bors Bot commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

☀️ Try build successful (CI)
Build commit: 8002b29 (8002b29333bc7063c4acb81e780b09195f646952)
Base parent: 6d656b1 (6d656b1efca82491a110b476ac9bbe712628ccb6)

JonathanBrouwer added a commit to JonathanBrouwer/rust that referenced this pull request Aug 17, 2026
rust-bors Bot pushed a commit that referenced this pull request Aug 17, 2026
…uwer

Rollup of 12 pull requests

Successful merges:

 - #161221 (`rust-analyzer` subtree update)
 - #161232 (Subtree sync for rustc_codegen_cranelift)
 - #160058 (atomic volatile: add intrinsics)
 - #161206 (Library lock file update)
 - #160905 (implement <IpAddr, SocketAddr>::unspecified_from())
 - #160986 (Move `LateParamRegion` to `rustc_type_ir`)
 - #161145 (Remove references to the obsolete `try-perf` branch)
 - #161197 (citool: update rust crates)
 - #161225 (Add regression test for lint panic on nested generic with default type param)
 - #161229 (rustc_target: couple AArch64 LLVM and cfg pauthtest ABIs)
 - #161230 (rename `#[rustc_dump_predicates]` to `#[rustc_dump_clauses]`)
 - #161237 (Remove jdno from infra-ci rotation)
@rust-bors
rust-bors Bot merged commit 0b2858b into rust-lang:main Aug 17, 2026
14 checks passed
@rustbot rustbot added this to the 1.100.0 milestone Aug 17, 2026
rust-bors Bot pushed a commit that referenced this pull request Aug 17, 2026
Rollup merge of #161197 - xtqqczze:deps/lockfiles, r=Mark-Simulacrum

citool: update rust crates
@xtqqczze
xtqqczze deleted the deps/lockfiles branch August 17, 2026 23:46
RalfJung pushed a commit to RalfJung/miri that referenced this pull request Aug 19, 2026
…uwer

Rollup of 12 pull requests

Successful merges:

 - rust-lang/rust#161221 (`rust-analyzer` subtree update)
 - rust-lang/rust#161232 (Subtree sync for rustc_codegen_cranelift)
 - rust-lang/rust#160058 (atomic volatile: add intrinsics)
 - rust-lang/rust#161206 (Library lock file update)
 - rust-lang/rust#160905 (implement <IpAddr, SocketAddr>::unspecified_from())
 - rust-lang/rust#160986 (Move `LateParamRegion` to `rustc_type_ir`)
 - rust-lang/rust#161145 (Remove references to the obsolete `try-perf` branch)
 - rust-lang/rust#161197 (citool: update rust crates)
 - rust-lang/rust#161225 (Add regression test for lint panic on nested generic with default type param)
 - rust-lang/rust#161229 (rustc_target: couple AArch64 LLVM and cfg pauthtest ABIs)
 - rust-lang/rust#161230 (rename `#[rustc_dump_predicates]` to `#[rustc_dump_clauses]`)
 - rust-lang/rust#161237 (Remove jdno from infra-ci rotation)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-CI Area: Our Github Actions CI A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants