Commit 65dfca8
committed
Auto merge of rust-lang#111409 - weihanglo:update-cargo, r=weihanglo
Update cargo
10 commits in 569b648b5831ae8a515e90c80843a5287c3304ef..26b73d15a68fb94579f6d3590585ec0e9d81d3d5
2023-05-05 15:49:44 +0000 to 2023-05-09 20:28:03 +0000
- Update the semver-check script to be able to run in any directory. (rust-lang/cargo#12117)
- Semver: Note that it is not a breaking change to make an unsafe function safe (rust-lang/cargo#12116)
- Add more documentation for artifact-dependencies. (rust-lang/cargo#12110)
- changelog: move registry query fixes to the right place (rust-lang/cargo#12086)
- Disallow RUSTUP_TOOLCHAIN in the [env] table. (rust-lang/cargo#12107)
- Disallow RUSTUP_HOME in the [env] table. (rust-lang/cargo#12101)
- Fix redacting tokens in http debug. (rust-lang/cargo#12095)
- Fix self_signed_should_fail for macOS. (rust-lang/cargo#12097)
- Update git2 (rust-lang/cargo#12096)
- do not try an exponential number of package names (rust-lang/cargo#12083)
r? `@ghost`1 file changed
+1
-1
lines changed- CHANGELOG.md+7-6
- Cargo.lock+4-4
- Cargo.toml+2-2
- crates/semver-check/src/main.rs+7-3
- src/cargo/ops/registry.rs+7-2
- src/cargo/sources/registry/index.rs-85
- src/cargo/sources/registry/mod.rs+9-3
- src/cargo/util/config/mod.rs+22-2
- src/doc/README.md+6-2
- src/doc/src/reference/semver.md+43
- src/doc/src/reference/unstable.md+114-6
- tests/testsuite/cargo_env_config.rs+22-20
- tests/testsuite/https.rs+1-1
- tests/testsuite/registry.rs+2-3
- tests/testsuite/registry_auth.rs+72-1
0 commit comments