Commit 9ec5d5f
committed
Auto merge of #155604 - weihanglo:update-cargo, r=weihanglo
Update cargo submodule
9 commits in 7ecf0285ebb408d596e4a8ac76a0980d8edb7005..06ac0e7c05770a8c7bbf67bdd12fa1a1eefdc8ae
2026-04-18 15:34:11 +0000 to 2026-04-21 15:33:56 +0000
- test(git): add regression test for full-hash GitHub fast path (rust-lang/cargo#16919)
- fix(help): add `.1` extension to man page temp file (rust-lang/cargo#16917)
- Fix flaky test: sparse_blocking_count (rust-lang/cargo#16916)
- Fix flaky test compile_offline_while_transitive_dep_not_cached (rust-lang/cargo#16915)
- Fix test fetch_all_platform_dependencies_when_no_target_is_given (rust-lang/cargo#16914)
- chore(ci): Use `actions/deploy-pages` for Cargo Contributor Guide deployment (rust-lang/cargo#16876)
- Convert GitHub fast path to use http_async (rust-lang/cargo#16912)
- refactor(network): convert .crate downloads to use http_async (rust-lang/cargo#16902)
- fix(tests): flaky test local_poll_adapter deferred_success (rust-lang/cargo#16909)
r? ghost1 file changed
Lines changed: 1 addition & 1 deletion
- .github/workflows/contrib.yml+23-19
- Cargo.lock+12
- Cargo.toml+1-1
- ci/generate.py-6
- src/bin/cargo/commands/help.rs+5-1
- src/cargo/core/package.rs+273-667
- src/cargo/sources/directory.rs+2-2
- src/cargo/sources/git/source.rs+3-2
- src/cargo/sources/git/utils.rs+29-29
- src/cargo/sources/overlay.rs+10-5
- src/cargo/sources/path.rs+4-4
- src/cargo/sources/registry/http_remote.rs+8-3
- src/cargo/sources/registry/local.rs+7-2
- src/cargo/sources/registry/mod.rs+17-12
- src/cargo/sources/registry/remote.rs+8-3
- src/cargo/sources/replaced.rs+4-4
- src/cargo/sources/source.rs+6-6
- src/cargo/util/local_poll_adapter.rs+17-2
- src/cargo/util/network/http_async.rs+40-25
- src/cargo/util/network/mod.rs-1
- src/cargo/util/network/sleep.rs-104
- tests/testsuite/alt_registry.rs+10-4
- tests/testsuite/cargo_tree/deps.rs+5-2
- tests/testsuite/cargo_tree/dupe/stderr.term.svg+3-3
- tests/testsuite/cargo_tree/edge_kind/stderr.term.svg+18-18
- tests/testsuite/cfg.rs+5-2
- tests/testsuite/doc.rs+1-1
- tests/testsuite/features.rs+5-2
- tests/testsuite/features_namespaced.rs+5-2
- tests/testsuite/fetch.rs+7-3
- tests/testsuite/future_incompat_report.rs+1-1
- tests/testsuite/help.rs+30
- tests/testsuite/inheritable_workspace_fields.rs+12-6
- tests/testsuite/lints/unused_dependencies.rs+10-4
- tests/testsuite/local_registry.rs+10-4
- tests/testsuite/offline.rs+20-22
- tests/testsuite/pub_priv.rs+5-2
- tests/testsuite/registry.rs+14-11
- tests/testsuite/rust_version.rs+5-2
- tests/testsuite/weak_dep_features.rs+10-4
0 commit comments