chore(deps): update dependency rust to v1.96.0 - #181
Merged
Conversation
Merged
Boshen
added a commit
that referenced
this pull request
Jul 27, 2026
## 🤖 New release * `json-strip-comments`: 3.1.1 -> 3.1.2 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [3.1.2](json-strip-comments-v3.1.1...json-strip-comments-v3.1.2) - 2026-07-27 ### Other - *(json-strip-comments)* exclude extraneous files from published package ([#209](#209)) - *(deps)* update rust crates ([#210](#210)) - *(deps)* update semgrep/semgrep docker tag to v1.171.0 ([#211](#211)) - *(semgrep)* add scan workflow ([#208](#208)) - *(deps)* update actions/setup-node action to v7 ([#207](#207)) - *(deps)* update actions/setup-node action to v6.5.0 ([#206](#206)) - *(deps)* update dependency rust to v1.97.1 ([#205](#205)) - update sponsor section - *(deps)* update rust crates ([#203](#203)) - *(deps)* update codspeedhq/action action to v4.18.5 ([#202](#202)) - *(deps)* update dependency rust to v1.97.0 ([#201](#201)) - restore original Apache-2.0 license ([#200](#200)) - *(deps)* update rust to v1.96.1 ([#199](#199)) - standardize rustfmt config - normalize README sponsor section - configure clippy exported api lint ([#196](#196)) - add crates environment to release workflow - *(deps)* update github actions ([#193](#193)) - use codspeed simulation mode ([#192](#192)) - use codspeed mode input ([#191](#191)) - enable codspeed simulation ([#190](#190)) - *(deps)* update rust crates ([#189](#189)) - *(deps)* update github actions ([#188](#188)) - *(deps)* update rust crates ([#187](#187)) - *(deps)* update github actions to v4.17.5 ([#186](#186)) - *(deps)* update github actions to v4.17.0 ([#185](#185)) - *(deps)* update rust crates ([#183](#183)) - *(deps)* update github actions ([#182](#182)) - *(deps)* update dependency rust to v1.96.0 ([#181](#181)) - *(deps)* update rust crates ([#180](#180)) - *(deps)* update github actions ([#179](#179)) - switch security workflow to ubuntu-latest ([#178](#178)) - update packageManager to pnpm 11.0.4 ([#177](#177)) - *(deps)* update github actions ([#176](#176)) - *(deps)* update pnpm/action-setup action to v6.0.4 ([#175](#175)) - *(deps)* update github actions ([#174](#174)) - *(deps)* update github-actions ([#172](#172)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). Co-authored-by: oxc-guard[bot] <276638029+oxc-guard[bot]@users.noreply.github.com>
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.
This PR contains the following updates:
1.95.0→1.96.0Release Notes
rust-lang/rust (rust)
v1.96.0Compare Source
==========================
Language
exprmetavariable tocfgManuallyDropas patterns (fixing a regression introduced in 1.94.0)Compiler
riscv64gc-unknown-fuchsiabaseline to RVA22 + vectorLibraries
NonZerointegersStabilized APIs
assert_matches!debug_assert_matches!From<T> for AssertUnwindSafe<T>From<T> for LazyCell<T, F>From<T> for LazyLock<T, F>core::range::RangeToInclusivecore::range::RangeToInclusiveItercore::range::RangeFromcore::range::RangeFromItercore::range::Rangecore::range::RangeIterCargo
target.'cfg(..)'.rustdocflagssupport in configuration.Rustdoc
white-space: pre-wrap;property and stripped any<p>elements from the rendered html, however this caused issues and unintuitive behavior. The new behavior should be more predictable, however some multi-line deprecation notes will now be rendered as as single lines. If this is undesirable, you can use the standard markdown method of forcing a linebreak, which is two spaces followed by a newline ("\n").missing_doc_code_exampleslint on impl itemsCompatibility Notes
#[repr(Int)]enums in some edge cases involving fields of uninhabited zero-sized typesPin<Foo>whereFoodoesn't implementDeref. Some such coercions were previously allowed, but produce a type with no useful public API.--allow-undefinedon wasm targets#![reexport_test_harness_main]attributeuninhabited_staticlint in dependencies and make it deny-by-defaultThis appears to improve the quality of backtraces. This change has no effect on the defaults for the output of rustc/cargo on these targets.
-Csoft-float::{self [as name]}, e.g.,struct S {}; use S::{self as Other};, is now no longer permitted because{self}imports require a module parent.export_name,link_name, andlink_sectionattributes, if multiple of the same attribute is present, the first one now takes precedence.avrtargets, C'sdoubletype is 32-bit by default, so changec_doubletof32onavrtargets to match. This is a breaking change, but necessary to makec_doublematch C's double.Internal Changes
These changes do not affect any public interfaces of Rust, but they represent
significant improvements to the performance or internals of rustc and related
tools.
aarch64softfloat targets now have to haverustc_abiset to"softfloat"cfg(target_abi)Configuration
📅 Schedule: (in timezone Asia/Shanghai)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.