Skip to content

Commit e408947

Browse files
committed
Auto merge of #154343 - arlosi:update-stable-cargo, r=Mark-Simulacrum
Cargo stable backports 1 commits in 292f395c297d4f99171325b0842ac4ea4ff3b386..29ea6fb6a5db279426f4cc4e17aa385f05a0cfbc 2026-03-21 06:42:37 -0500 to 2026-03-24 17:37:48 -0400 - [stable 1.94] Downgrade curl-sys to 0.4.83 (rust-lang/cargo#16787) Update release notes to mention the Cargo fix and fix broken link.
2 parents 409dedc + 959f488 commit e408947

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

RELEASES.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ Version 1.94.1 (2026-03-26)
77
* [Remove new methods added to `std::os::windows::fs::OpenOptionsExt`](https://github.com/rust-lang/rust/pull/153491)
88
The new methods were unstable, but the trait itself is not sealed and so
99
cannot be extended with non-default methods.
10-
* [[Clippy] Fix ICE in `match_same_arms`](https://github.com/rust-lang/rust-clippy/pull/16685)
11-
* [[Cargo] Update tar to 0.4.45](https://github.com/rust-lang/cargo/pull/16769)
10+
* [Clippy: fix ICE in `match_same_arms`](https://github.com/rust-lang/rust-clippy/pull/16685)
11+
* [Cargo: update tar to 0.4.45](https://github.com/rust-lang/cargo/pull/16769)
1212
This resolves CVE-2026-33055 and CVE-2026-33056. Users of crates.io are not affected.
1313
See [blog](https://blog.rust-lang.org/2026/03/21/cve-2026-33056/) for more details.
14+
* [Cargo: fix certificate validation errors on FreeBSD](https://github.com/rust-lang/cargo/pull/16787)
1415

1516
Version 1.94.0 (2026-03-05)
1617
==========================

src/tools/cargo

0 commit comments

Comments
 (0)