Commit 175dcc7
committed
Auto merge of rust-lang#139439 - weihanglo:update-cargo, r=weihanglo
Update cargo
17 commits in a6c604d1b8a2f2a8ff1f3ba6092f9fda42f4b7e9..0e93c5bf6a1d5ee7bc2af63d1afb16cd28793601
2025-03-26 18:11:00 +0000 to 2025-04-05 00:00:24 +0000
- chore(deps): bump openssl from 0.10.71 to 0.10.72 (rust-lang/cargo#15394)
- chore(ci): restore cargo-util semver check (rust-lang/cargo#15389)
- docs(changelog): polish changelog items (rust-lang/cargo#15379)
- chore(deps): update msrv (1 version) to v1.86 (rust-lang/cargo#15381)
- chore: add aarch64 linux runner (rust-lang/cargo#15077)
- Added `build_directory` field to cargo metadata output (rust-lang/cargo#15377)
- chore(deps): update rust crate rusqlite to 0.34.0 (rust-lang/cargo#15373)
- Prevent undeclared public network access (rust-lang/cargo#15368)
- rename the `author` field to be `authors` in book.toml (rust-lang/cargo#15362)
- move modules from kebab-case to snake_case (rust-lang/cargo#14439)
- chore: bump to 0.89.0; update changelog (rust-lang/cargo#15372)
- docs(unstable): update `-Zrustdoc-depinfo` tracking issue link (rust-lang/cargo#15371)
- fix(tree): Make output more deterministic (rust-lang/cargo#15369)
- feat: rustdoc depinfo rebuild detection via -Zrustdoc-depinfo (rust-lang/cargo#15359)
- Rename the gc config table (rust-lang/cargo#15367)
- Revert "Temporarily ignore cargo_test_doctest_xcompile_ignores" (rust-lang/cargo#15357)
- Don't canonicalize executable path in `cargo_exe` (rust-lang/cargo#15355)
r? ghost1 file changed
+1
-1
lines changed- .github/workflows/main.yml+9
- Cargo.lock+17-17
- Cargo.toml+4-4
- crates/cargo-test-macro/Cargo.toml+2-2
- crates/cargo-test-support/Cargo.toml+2-2
- crates/cargo-test-support/src/cross_compile.rs+6
- crates/cargo-util-schemas/Cargo.toml+2-2
- crates/cargo-util/Cargo.toml+2-2
- crates/crates-io/Cargo.toml+2-2
- crates/xtask-bump-check/src/xtask.rs-10
- 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+3-1
- src/cargo/core/compiler/mod.rs+58
- src/cargo/core/features.rs+2
- src/cargo/core/gc.rs+31-34
- src/cargo/ops/cargo_output_metadata.rs+7
- src/cargo/ops/tree/graph.rs+1-1
- src/cargo/util/context/mod.rs+5-9
- src/doc/book.toml+1-1
- src/doc/src/CHANGELOG.md+175-1
- src/doc/src/guide/project-layout.md+2
- src/doc/src/reference/semver.md+1-1
- src/doc/src/reference/unstable.md+19-6
- tests/testsuite/build_script.rs+2-5
- tests/testsuite/cargo/z_help/stdout.term.svg+16-14
- tests/testsuite/cargo_add/add_no_vendored_package_with_vendor/mod.rs+1
- tests/testsuite/cargo_add/add_toolchain/mod.rs+1
- tests/testsuite/cargo_add/dev_existing_path_base/mod.rs+1
- tests/testsuite/cargo_add/invalid_key_inherit_dependency/mod.rs+1
- tests/testsuite/cargo_add/invalid_key_overwrite_inherit_dependency/mod.rs+1
- tests/testsuite/cargo_add/invalid_key_rename_inherit_dependency/mod.rs+1
- tests/testsuite/cargo_add/merge_activated_features/mod.rs+1
- tests/testsuite/cargo_add/normalize_name_path_existing/mod.rs+1
- tests/testsuite/cargo_add/normalize_name_path_existing/stderr.term.svg+1-1
- tests/testsuite/cargo_add/path_base/mod.rs+1
- tests/testsuite/cargo_add/path_base_inferred_name/mod.rs+1
- tests/testsuite/cargo_add/path_base_missing_base_path/mod.rs+1
- tests/testsuite/cargo_add/path_base_unstable/mod.rs+1
- tests/testsuite/cargo_add/unknown_inherited_feature/mod.rs+1
- tests/testsuite/cargo_command.rs+2-8
- tests/testsuite/cargo_info/specify_empty_version_with_url/mod.rs+3
- tests/testsuite/cargo_info/specify_version_with_url_but_registry_is_not_matched/mod.rs+3
- tests/testsuite/cargo_info/within_ws_with_alternative_registry/mod.rs+3
- tests/testsuite/cargo_info/within_ws_with_alternative_registry/stderr.term.svg+1-1
- tests/testsuite/doc.rs+296
- tests/testsuite/global_cache_tracker.rs+8-7
- tests/testsuite/metadata.rs+38
- tests/testsuite/package.rs+3-2
- tests/testsuite/test.rs+1-7
0 commit comments