[stable 1.94] Downgrade curl-sys to 0.4.83#16787
Merged
weihanglo merged 1 commit intorust-lang:rust-1.94.0from Mar 24, 2026
Merged
[stable 1.94] Downgrade curl-sys to 0.4.83#16787weihanglo merged 1 commit intorust-lang:rust-1.94.0from
weihanglo merged 1 commit intorust-lang:rust-1.94.0from
Conversation
Stable backport of rust-lang#16570 to fix certificate validation errors on FreeBSD. CC rust-lang#16357
Collaborator
|
weihanglo
approved these changes
Mar 24, 2026
arlosi
added a commit
to arlosi/rust
that referenced
this pull request
Mar 24, 2026
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)
rust-bors bot
pushed a commit
to rust-lang/rust
that referenced
this pull request
Mar 25, 2026
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.
CleanCut
added a commit
to Oxen-AI/Oxen
that referenced
this pull request
Mar 26, 2026
From the [blog post](https://blog.rust-lang.org/2026/03/26/1.94.1-release/) ## What's in 1.94.1 Rust 1.94.1 resolves three regressions that were introduced in the 1.94.0 release. - [Fix std::thread::spawn on wasm32-wasip1-threads](rust-lang/rust#153634) - [Remove new methods added to std::os::windows::fs::OpenOptionsExt](rust-lang/rust#153491) The new methods were unstable, but the trait itself is not sealed and so cannot be extended with non-default methods. - [Clippy: fix ICE in match_same_arms](rust-lang/rust-clippy#16685) - [Cargo: downgrade curl-sys to 0.4.83](rust-lang/cargo#16787) This fixes certificate validation error for some users on some versions of FreeBSD. See [this issue](rust-lang/cargo#16357) for more details. And a security fix: - [Cargo: Update tar to 0.4.45](rust-lang/cargo#16769) This resolves [CVE-2026-33055](https://www.cve.org/CVERecord?id=CVE-2026-33055) and [CVE-2026-33056](https://www.cve.org/CVERecord?id=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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stable backport of #16570 to fix certificate validation errors on FreeBSD.
cc #16357
r? @weihanglo