Skip to content

Update Cargo.lock #140631

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Update Cargo.lock #140631

wants to merge 1 commit into from

Conversation

LegNeato
Copy link
Contributor

@LegNeato LegNeato commented May 3, 2025

Gets rid of a duplicated object transitive dep (I need this for forward porting rust-gpu to latest nightly). This PR is just the result of running cargo update.

I tried to make this narrow and just update the crates that depend on object transitively (cargo update -p ar_archive_writer -p backtrace -p run_make_support -p rustc_codegen_llvm -p rustc_codegen_ssa -p rustc_target -p thorin-dwp) and that didn't work.

I asked in #t-compiler/help > Updating rustc's Cargo.lock if there is a better process than just running cargo update, as it seems pretty blunt.

To get rid of a duplicated `object` transitive dep (I am forward porting rust-gpu to latest nightly)
@rustbot
Copy link
Collaborator

rustbot commented May 3, 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 the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label May 3, 2025
@rustbot
Copy link
Collaborator

rustbot commented May 3, 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.

@LegNeato
Copy link
Contributor Author

LegNeato commented May 4, 2025

This seems to have both removed some duplicate deps and added some new ones. I don't know if you want me to update various crates so there are no new dupes or if they are ok as-is. Happy to do whatever.

@LegNeato
Copy link
Contributor Author

LegNeato commented May 4, 2025

Hmm, I guess the bot would have run tomorrow (https://github.com/rust-lang/rust/blob/master/.github/workflows/dependencies.yml)

@Mark-Simulacrum
Copy link
Member

I think should be mostly subsumed by #140353?

@LegNeato
Copy link
Contributor Author

LegNeato commented May 4, 2025

Yep, looks like it! Sorry for the noise.

@LegNeato LegNeato closed this May 4, 2025
LegNeato added a commit to LegNeato/rust that referenced this pull request May 6, 2025
Ran `cargo update -p backtrace`. This is needed to forward port the rust-gpu compiler backend.

Subsumes rust-lang#140631. Was supposed
to be fixed by rust-lang#140353, but there
were test failures and the fix was backed out.
LegNeato added a commit to LegNeato/rust that referenced this pull request May 8, 2025
Ran `cargo update -p backtrace`. This is needed to forward port the rust-gpu compiler backend.

Subsumes rust-lang#140631. Was supposed
to be fixed by rust-lang#140353, but there
were test failures and the fix was backed out.
bors added a commit to rust-lang-ci/rust that referenced this pull request May 10, 2025
…acrum

Update `backtrace` in Cargo.lock

Ran `cargo update -p backtrace`. This is needed to forward port the rust-gpu compiler backend.

Subsumes rust-lang#140631. Was supposed to be fixed by rust-lang#140353, but there were test failures and the backtrace update was backed out.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants