Commit 80c3498
committed
Auto merge of rust-lang#141460 - weihanglo:update-cargo, r=weihanglo
Update cargo
9 commits in 47c911e9e6f6461f90ce19142031fe16876a3b95..68db37499f2de8acef704c73d9031be6fbcbaee4
2025-05-14 17:53:17 +0000 to 2025-05-22 14:27:15 +0000
- chore(gh): Add new-lint issue template (rust-lang/cargo#15575)
- fix(toml): Remove workaround for rustc frontmatter support (rust-lang/cargo#15570)
- fix(vendor)!: vendor files with .rej/.orig suffix (rust-lang/cargo#15569)
- fix(vendor)!: direct extraction for registry sources (rust-lang/cargo#15514)
- chore(deps): update msrv (1 version) to v1.87 (rust-lang/cargo#15530)
- Fix comment for cargo/core/compiler/fingerprint/mod.rs (rust-lang/cargo#15565)
- fix: remove unnecessary workaround in standard_lib test (rust-lang/cargo#15522)
- Allow configuring arbitrary codegen backends (rust-lang/cargo#15562)
- Update dependencies (rust-lang/cargo#15557)
r? ghost1 file changed
+1
-1
lines changed- .github/ISSUE_TEMPLATE/new_lint.yml+48
- Cargo.lock+639-501
- Cargo.toml+10-10
- crates/cargo-test-macro/Cargo.toml+2-2
- crates/cargo-test-support/Cargo.toml+2-2
- crates/cargo-util-schemas/Cargo.toml+2-2
- crates/cargo-util/Cargo.toml+2-2
- crates/crates-io/Cargo.toml+2-2
- credential/cargo-credential-libsecret/Cargo.toml+2-2
- credential/cargo-credential-macos-keychain/Cargo.toml+2-2
- credential/cargo-credential-wincred/Cargo.toml+2-2
- src/cargo/core/compiler/fingerprint/mod.rs+1-1
- src/cargo/core/compiler/mod.rs+18
- src/cargo/ops/cargo_install.rs+1-1
- src/cargo/ops/vendor.rs+137-100
- src/cargo/sources/registry/mod.rs+94-53
- src/cargo/util/toml/embedded.rs+6-91
- src/cargo/util/toml/mod.rs+37-30
- tests/testsuite/cargo_update/help/stdout.term.svg+1-1
- tests/testsuite/fix.rs+2-2
- tests/testsuite/lockfile_path.rs+1-1
- tests/testsuite/open_namespaces.rs+2-2
- tests/testsuite/script.rs+70-70
- tests/testsuite/standard_lib.rs+24-30
- tests/testsuite/vendor.rs+31-13
0 commit comments