Skip to content

Commit

Permalink
Auto merge of rust-lang#113841 - weihanglo:update-cargo, r=weihanglo
Browse files Browse the repository at this point in the history
Update cargo

11 commits in 694a579566a9a1482b20aff8a68f0e4edd99bd28..1b15556767f4b78a64e868eedf4073c423f02b93
2023-07-11 22:28:29 +0000 to 2023-07-18 14:44:47 +0000
- Fix "cargo doc --open" crash on WSL2 (rust-lang/cargo#12373)
- fix(git): respect scp-like URL for nested submodules (rust-lang/cargo#12359)
- Upgrade to indexmap v2 (rust-lang/cargo#12368)
- refactor: Clean up package metadata (rust-lang/cargo#12352)
- Correct unspecifiead to unspecified (rust-lang/cargo#12363)
- Replace invalid `panic_unwind` std feature with `panic-unwind` (rust-lang/cargo#12364)
- Bump to 0.74.0; update changelog (rust-lang/cargo#12361)
- Bump version of crates-io due to unintentional semver-breaking change (rust-lang/cargo#12357)
- chore: Automatically update dependencies monthly (rust-lang/cargo#12341)
- docs: Use heading attributes to control the fragment. (rust-lang/cargo#12339)
- Rustfmt with latest nightly. (rust-lang/cargo#12351)

r? ghost
  • Loading branch information
bors committed Jul 18, 2023
2 parents d351515 + 3c7469e commit 903e279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/cargo
Submodule cargo updated 38 files
+35 −0 .github/renovate.json5
+1 −1 .github/workflows/main.yml
+102 −2 CHANGELOG.md
+42 −26 Cargo.lock
+12 −9 Cargo.toml
+2 −2 benches/benchsuite/Cargo.toml
+2 −2 benches/capture/Cargo.toml
+3 −3 crates/cargo-platform/Cargo.toml
+2 −2 crates/cargo-test-macro/Cargo.toml
+2 −2 crates/cargo-test-support/Cargo.toml
+3 −3 crates/cargo-util/Cargo.toml
+3 −3 crates/crates-io/Cargo.toml
+2 −3 crates/home/Cargo.toml
+2 −2 crates/mdman/Cargo.toml
+1 −1 crates/resolver-tests/Cargo.toml
+1 −1 crates/semver-check/Cargo.toml
+1 −1 crates/xtask-build-man/Cargo.toml
+1 −1 crates/xtask-stale-label/Cargo.toml
+1 −1 crates/xtask-stale-label/src/main.rs
+1 −1 crates/xtask-unpublished/Cargo.toml
+2 −2 credential/cargo-credential-1password/Cargo.toml
+2 −2 credential/cargo-credential-gnome-secret/Cargo.toml
+2 −2 credential/cargo-credential-macos-keychain/Cargo.toml
+2 −2 credential/cargo-credential-wincred/Cargo.toml
+2 −2 credential/cargo-credential/Cargo.toml
+13 −5 src/cargo/sources/git/known_hosts.rs
+14 −32 src/cargo/sources/git/utils.rs
+3 −1 src/cargo/sources/registry/http_remote.rs
+2 −1 src/cargo/util/auth/asymmetric.rs
+21 −12 src/cargo/util/toml/embedded.rs
+6 −2 src/cargo/util/toml/mod.rs
+16 −31 src/doc/src/reference/build-scripts.md
+11 −11 src/doc/src/reference/manifest.md
+37 −74 src/doc/src/reference/semver.md
+1 −1 src/doc/src/reference/unstable.md
+14 −1 src/doc/src/reference/workspaces.md
+3 −3 tests/testsuite/git.rs
+34 −34 tests/testsuite/script.rs

0 comments on commit 903e279

Please sign in to comment.