Skip to content

Commit 4769ace

Browse files
committed
Auto merge of #11893 - ehuss:1.68.2-changelog, r=weihanglo
Update changelog for 1.68.2 This updates the changelog for the 1.68.2 patch release.
2 parents d002ceb + 1e05a73 commit 4769ace

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@
6969

7070
- Added `-C` flag for changing current dir before build starts.
7171
[#10952](https://github.com/rust-lang/cargo/pull/10952)
72-
- Added support for SSH known hosts marker `@revoked`.
73-
[#11635](https://github.com/rust-lang/cargo/pull/11635)
7472
- Cargo now suggests `cargo fix` or `cargo clippy --fix`
7573
when compilation warnings/errors are auto-fixable.
7674
[#11558](https://github.com/rust-lang/cargo/pull/11558)
@@ -208,6 +206,20 @@
208206
[#11664](https://github.com/rust-lang/cargo/pull/11664)
209207
[#11679](https://github.com/rust-lang/cargo/pull/11679)
210208

209+
## Cargo 1.68.2 (2023-03-28)
210+
[115f3455...rust-1.68.0](https://github.com/rust-lang/cargo/compare/115f3455...rust-1.68.0)
211+
212+
- Updated the GitHub RSA SSH host key bundled within cargo.
213+
The key was [rotated by
214+
GitHub](https://github.blog/2023-03-23-we-updated-our-rsa-ssh-host-key/) on
215+
2023-03-24 after the old one leaked.
216+
[#11883](https://github.com/rust-lang/cargo/pull/11883)
217+
- Added support for SSH known hosts marker `@revoked`.
218+
[#11635](https://github.com/rust-lang/cargo/pull/11635)
219+
- Marked the old GitHub RSA host key as revoked. This will prevent Cargo from
220+
accepting the leaked key even when trusted by the system.
221+
[#11889](https://github.com/rust-lang/cargo/pull/11889)
222+
211223
## Cargo 1.68 (2023-03-09)
212224
[f6e737b1...rust-1.68.0](https://github.com/rust-lang/cargo/compare/f6e737b1...rust-1.68.0)
213225

0 commit comments

Comments
 (0)