File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 69
69
70
70
- Added ` -C ` flag for changing current dir before build starts.
71
71
[ #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 )
74
72
- Cargo now suggests ` cargo fix ` or ` cargo clippy --fix `
75
73
when compilation warnings/errors are auto-fixable.
76
74
[ #11558 ] ( https://github.com/rust-lang/cargo/pull/11558 )
208
206
[ #11664 ] ( https://github.com/rust-lang/cargo/pull/11664 )
209
207
[ #11679 ] ( https://github.com/rust-lang/cargo/pull/11679 )
210
208
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
+
211
223
## Cargo 1.68 (2023-03-09)
212
224
[ f6e737b1...rust-1.68.0] ( https://github.com/rust-lang/cargo/compare/f6e737b1...rust-1.68.0 )
213
225
You can’t perform that action at this time.
0 commit comments