Auto merge of #89802 - ehuss:update-cargo, r=ehuss

Update cargo

7 commits in d56b42c549dbb7e7d0f712c51b39400260d114d4..c7957a74bdcf3b11e7154c1a9401735f23ebd484
2021-09-27 13:44:18 +0000 to 2021-10-11 20:17:07 +0000
- Add some more information to verbose version. (rust-lang/cargo#9968)
- Skip all `cargo fix` that tends to write to registry cache. (rust-lang/cargo#9938)
- Stabilize named profiles (rust-lang/cargo#9943)
- Update git2 (rust-lang/cargo#9963)
- Distinguish lockfile version req from normal dep in resolver error message (rust-lang/cargo#9847)
- nit: Allocated slightly bigger vec than needed (rust-lang/cargo#9954)
- Add shell completion for shorthand commands (rust-lang/cargo#9951)
This commit is contained in:
bors 2021-10-13 03:00:33 +00:00
commit a16f686e4a
3 changed files with 23 additions and 9 deletions

@ -1 +1 @@
Subproject commit d56b42c549dbb7e7d0f712c51b39400260d114d4
Subproject commit c7957a74bdcf3b11e7154c1a9401735f23ebd484

View file

@ -61,7 +61,9 @@ features = [
"wincrypt",
"windef",
"winioctl",
"winreg",
"winsock2",
"winuser",
"ws2def",
"ws2ipdef",
"ws2tcpip",