From 728dba9644f8c60cd906e6f2af3d81064080a817 Mon Sep 17 00:00:00 2001 From: Pietro Albini Date: Sun, 26 Mar 2023 17:22:07 +0200 Subject: [PATCH 1/3] bump version number --- src/version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version b/src/version index 0944cc489c25b..5deab586f9a4c 100644 --- a/src/version +++ b/src/version @@ -1 +1 @@ -1.68.1 +1.68.2 From af9f6418ac5ebf96bc20340b8bd4838ecaa02e02 Mon Sep 17 00:00:00 2001 From: Pietro Albini Date: Sun, 26 Mar 2023 17:29:17 +0200 Subject: [PATCH 2/3] update release notes for 1.68.2 --- RELEASES.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/RELEASES.md b/RELEASES.md index bc776ce2ac8e6..e2b43690d9393 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,14 @@ +Version 1.68.2 (2023-03-28) +=========================== + +- [Update the GitHub RSA host key bundled within Cargo](https://github.com/rust-lang/cargo/pull/11883). + The key was [rotated by GitHub](https://github.blog/2023-03-23-we-updated-our-rsa-ssh-host-key/) + on 2023-03-24 after the old one leaked. +- [Mark the old GitHub RSA host key as revoked](https://github.com/rust-lang/cargo/pull/11889). + This will prevent Cargo from accepting the leaked key even when trusted by + the system. +- [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) + Version 1.68.1 (2023-03-23) =========================== From fa0aae449a5b6bec92874fa2d9c0b915136662bb Mon Sep 17 00:00:00 2001 From: Pietro Albini Date: Sun, 26 Mar 2023 23:52:10 +0200 Subject: [PATCH 3/3] bump cargo submodule --- Cargo.lock | 2 +- src/tools/cargo | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 64df70f68e963..c4bb084d9082c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -342,7 +342,7 @@ dependencies = [ [[package]] name = "cargo" -version = "0.69.0" +version = "0.69.1" dependencies = [ "anyhow", "base64", diff --git a/src/tools/cargo b/src/tools/cargo index 115f34552518a..6feb7c9cfc0c5 160000 --- a/src/tools/cargo +++ b/src/tools/cargo @@ -1 +1 @@ -Subproject commit 115f34552518a2f9b96d740192addbac1271e7e6 +Subproject commit 6feb7c9cfc0c5604732dba75e4c3b2dbea38e8d8