This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 52d55ff
committed
Auto merge of rust-lang#119007 - weihanglo:update-cargo, r=<try>
Update cargo
10 commits in 1aa9df1a5be205cce621f0bc0ea6062a5e22a98c..37bc5f0232a0bb72dedd2c14149614fd8cdae649
2023-12-12 14:52:31 +0000 to 2023-12-15 18:33:31 +0000
- docs(home): prepare the changelog for 0.5.9 (rust-lang/cargo#13177)
- refactor: Pull name validation into `util_schemas` (rust-lang/cargo#13166)
- chore(deps): bump zerocopy from 0.7.29 to 0.7.31 (rust-lang/cargo#13174)
- Replace SHGetFolderPathW with SHGetKnownFolderPath (rust-lang/cargo#13173)
- chore(bump-check): dont check `home` against beta/stable branches (rust-lang/cargo#13167)
- fix: Fill in more empty name holes (rust-lang/cargo#13164)
- Do not allow empty name in package ID spec (rust-lang/cargo#13152)
- chore(deps): update rust crate openssl to 0.10.61 (rust-lang/cargo#13159)
- `all-static` feature should include `vendored-libgit2` (rust-lang/cargo#13134)
- doc/registry-web-api: Adjust success response code documentation (rust-lang/cargo#13160)
r? ghostFile tree
5 files changed
+12
-2
lines changed- .github/workflows
- src
- ci
- docker/host-x86_64
- dist-i686-linux
- dist-x86_64-linux
- github-actions
- tools
5 files changed
+12
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
582 | 582 | | |
583 | 583 | | |
584 | 584 | | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
585 | 589 | | |
586 | 590 | | |
587 | 591 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
732 | 732 | | |
733 | 733 | | |
734 | 734 | | |
| 735 | + | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
| 739 | + | |
735 | 740 | | |
736 | 741 | | |
737 | 742 | | |
| |||
- Cargo.lock+10-10
- Cargo.toml+2-2
- crates/home/CHANGELOG.md+8-1
- crates/home/Cargo.toml+1-1
- crates/home/src/lib.rs+4-4
- crates/home/src/windows.rs+15-8
- crates/xtask-bump-check/src/xtask.rs+13
- src/cargo/core/summary.rs+3-80
- src/cargo/ops/cargo_add/crate_spec.rs+2-2
- src/cargo/ops/cargo_new.rs+6-2
- src/cargo/sources/git/known_hosts.rs+1-1
- src/cargo/util/command_prelude.rs+5-3
- src/cargo/util/config/mod.rs+3-2
- src/cargo/util/mod.rs-1
- src/cargo/util/restricted_names.rs-151
- src/cargo/util/toml/embedded.rs+2-1
- src/cargo/util/toml/mod.rs+9-20
- src/cargo/util/toml/targets.rs+1-1
- src/cargo/util_schemas/core/package_id_spec.rs+6-2
- src/cargo/util_schemas/manifest.rs+136-23
- src/cargo/util_schemas/mod.rs+2
- src/cargo/util_schemas/restricted_names.rs+218
- src/doc/src/reference/registry-web-api.md+1-1
- tests/testsuite/alt_registry.rs+91-1
- tests/testsuite/build.rs+14-2
- tests/testsuite/cargo_add/empty_dep_name/in+1
- tests/testsuite/cargo_add/empty_dep_name/mod.rs+24
- tests/testsuite/cargo_add/empty_dep_name/out/Cargo.toml+5
- tests/testsuite/cargo_add/empty_dep_name/stderr.log+1
- tests/testsuite/cargo_add/empty_dep_name/stdout.log
- tests/testsuite/cargo_add/mod.rs+1
- tests/testsuite/cargo_new/empty_name/in/.keep
- tests/testsuite/cargo_new/empty_name/mod.rs+22
- tests/testsuite/cargo_new/empty_name/out/.keep
- tests/testsuite/cargo_new/empty_name/stderr.log+1
- tests/testsuite/cargo_new/empty_name/stdout.log
- tests/testsuite/cargo_new/mod.rs+1
- tests/testsuite/features.rs+18-2
- tests/testsuite/features_namespaced.rs+4
- tests/testsuite/patch.rs+83
- tests/testsuite/profile_custom.rs+14-2
0 commit comments