From 959f48864287ed134ff9b69e423f6d1fcc969a9f Mon Sep 17 00:00:00 2001 From: Arlo Siemsen Date: Tue, 24 Mar 2026 18:10:29 -0500 Subject: [PATCH] Update release notes with Cargo changes --- RELEASES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASES.md b/RELEASES.md index c396cd8069d6..e2146b272edb 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -11,6 +11,7 @@ Version 1.94.1 (2026-03-26) * [Cargo: update tar to 0.4.45](https://github.com/rust-lang/cargo/pull/16769) This resolves CVE-2026-33055 and CVE-2026-33056. Users of crates.io are not affected. See [blog](https://blog.rust-lang.org/2026/03/21/cve-2026-33056/) for more details. +* [Cargo: fix certificate validation errors on FreeBSD](https://github.com/rust-lang/cargo/pull/16787) Version 1.94.0 (2026-03-05) ==========================