Skip to content

Commit 9eb3afe

Browse files
committed
Auto merge of #109644 - pietroalbini:pa-1.68.2, r=pietroalbini
[stable] Prepare Rust 1.68.2 This PR prepares the 1.68.2 point release, including the following Cargo PRs: * rust-lang/cargo#11883 * rust-lang/cargo#11889 The following PR was also included as a pre-requisite for backporting: * rust-lang/cargo#11635 cc `@rust-lang/release` r? `@ghost`
2 parents 8460ca8 + fa0aae4 commit 9eb3afe

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

Cargo.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ dependencies = [
342342

343343
[[package]]
344344
name = "cargo"
345-
version = "0.69.0"
345+
version = "0.69.1"
346346
dependencies = [
347347
"anyhow",
348348
"base64",

RELEASES.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
Version 1.68.2 (2023-03-28)
2+
===========================
3+
4+
- [Update the GitHub RSA host key bundled within Cargo](https://github.com/rust-lang/cargo/pull/11883).
5+
The key was [rotated by GitHub](https://github.blog/2023-03-23-we-updated-our-rsa-ssh-host-key/)
6+
on 2023-03-24 after the old one leaked.
7+
- [Mark the old GitHub RSA host key as revoked](https://github.com/rust-lang/cargo/pull/11889).
8+
This will prevent Cargo from accepting the leaked key even when trusted by
9+
the system.
10+
- [Add support for `@revoked` and a better error message for `@cert-authority` in Cargo's SSH host key verification](https://github.com/rust-lang/cargo/pull/11635)
11+
112
Version 1.68.1 (2023-03-23)
213
===========================
314

src/version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.68.1
1+
1.68.2

0 commit comments

Comments
 (0)