-
-
Notifications
You must be signed in to change notification settings - Fork 569
Commit 7da3124
authored
chore(deps): lock file maintenance rust crates (#9814)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| | | lockFileMaintenance | All locks refreshed |
| [bitflags](https://redirect.github.com/bitflags/bitflags) |
workspace.dependencies | minor | `2.8.0` -> `2.9.0` |
| [bpaf](https://redirect.github.com/pacak/bpaf) |
workspace.dependencies | patch | `0.9.16` -> `0.9.19` |
| [compact_str](https://redirect.github.com/ParkMyCar/compact_str) |
workspace.dependencies | minor | `0.8.1` -> `0.9.0` |
| [console](https://redirect.github.com/console-rs/console) |
workspace.dependencies | patch | `0.15.10` -> `0.15.11` |
| [convert_case](https://redirect.github.com/rutrum/convert-case) |
workspace.dependencies | minor | `0.7.1` -> `0.8.0` |
| [fast-glob](https://redirect.github.com/oxc-project/fast-glob) |
workspace.dependencies | patch | `0.4.4` -> `0.4.5` |
| [flate2](https://redirect.github.com/rust-lang/flate2-rs) |
workspace.dependencies | minor | `1.0.35` -> `1.1.0` |
|
[globset](https://redirect.github.com/BurntSushi/ripgrep/tree/master/crates/globset)
([source](https://redirect.github.com/BurntSushi/ripgrep/tree/HEAD/crates/globset))
| workspace.dependencies | patch | `0.4.15` -> `0.4.16` |
| [handlebars](https://redirect.github.com/sunng87/handlebars-rust) |
workspace.dependencies | patch | `6.3.1` -> `6.3.2` |
| [indexmap](https://redirect.github.com/indexmap-rs/indexmap) |
workspace.dependencies | minor | `2.7.1` -> `2.8.0` |
| [insta](https://insta.rs/)
([source](https://redirect.github.com/mitsuhiko/insta)) |
workspace.dependencies | patch | `1.42.1` -> `1.42.2` |
| [itoa](https://redirect.github.com/dtolnay/itoa) |
workspace.dependencies | patch | `1.0.14` -> `1.0.15` |
| [markdown](https://redirect.github.com/wooorm/markdown-rs) |
workspace.dependencies | patch | `1.0.0-alpha.22` -> `1.0.0-alpha.23` |
| [papaya](https://redirect.github.com/ibraheemdev/papaya) |
workspace.dependencies | patch | `0.2.0` -> `0.2.1` |
| [prettyplease](https://redirect.github.com/dtolnay/prettyplease) |
workspace.dependencies | patch | `0.2.29` -> `0.2.31` |
| [proc-macro2](https://redirect.github.com/dtolnay/proc-macro2) |
workspace.dependencies | patch | `1.0.93` -> `1.0.94` |
| [quote](https://redirect.github.com/dtolnay/quote) |
workspace.dependencies | patch | `1.0.38` -> `1.0.40` |
| [schemars](https://graham.cool/schemars/)
([source](https://redirect.github.com/GREsau/schemars)) |
workspace.dependencies | patch | `0.8.21` -> `0.8.22` |
| [seq-macro](https://redirect.github.com/dtolnay/seq-macro) |
workspace.dependencies | patch | `0.3.5` -> `0.3.6` |
| [serde](https://serde.rs)
([source](https://redirect.github.com/serde-rs/serde)) |
workspace.dependencies | patch | `1.0.218` -> `1.0.219` |
| [serde_json](https://redirect.github.com/serde-rs/json) |
workspace.dependencies | patch | `1.0.139` -> `1.0.140` |
|
[similar-asserts](https://redirect.github.com/mitsuhiko/similar-asserts)
| workspace.dependencies | minor | `1.6.1` -> `1.7.0` |
| [syn](https://redirect.github.com/dtolnay/syn) |
workspace.dependencies | patch | `2.0.98` -> `2.0.100` |
| [tempfile](https://stebalien.com/projects/tempfile-rs/)
([source](https://redirect.github.com/Stebalien/tempfile)) |
workspace.dependencies | minor | `3.17.1` -> `3.19.0` |
| [tokio](https://tokio.rs)
([source](https://redirect.github.com/tokio-rs/tokio)) |
workspace.dependencies | minor | `1.43.0` -> `1.44.1` |
| [ureq](https://redirect.github.com/algesten/ureq) |
workspace.dependencies | patch | `3.0.6` -> `3.0.9` |
🔧 This Pull Request updates lock files to use the latest dependency
versions.
---
### Release Notes
<details>
<summary>bitflags/bitflags (bitflags)</summary>
###
[`v2.9.0`](https://redirect.github.com/bitflags/bitflags/blob/HEAD/CHANGELOG.md#290)
[Compare
Source](https://redirect.github.com/bitflags/bitflags/compare/2.8.0...2.9.0)
#### What's Changed
- `Flags` trait: add `clear(&mut self)` method by
[@​wysiwys](https://redirect.github.com/wysiwys) in
[https://github.com/bitflags/bitflags/pull/437](https://redirect.github.com/bitflags/bitflags/pull/437)
- Fix up UI tests by
[@​KodrAus](https://redirect.github.com/KodrAus) in
[https://github.com/bitflags/bitflags/pull/438](https://redirect.github.com/bitflags/bitflags/pull/438)
**Full Changelog**:
bitflags/bitflags@2.8.0...2.9.0
</details>
<details>
<summary>pacak/bpaf (bpaf)</summary>
###
[`v0.9.19`](https://redirect.github.com/pacak/bpaf/blob/HEAD/Changelog.md#bpaf-0919---2025-03-13)
[Compare
Source](https://redirect.github.com/pacak/bpaf/compare/v0.9.18...v0.9.19)
- Fix one more problematic corner case of `fallback_to_usage` - it
should no override
inner parser printing usage or version info
###
[`v0.9.18`](https://redirect.github.com/pacak/bpaf/blob/HEAD/Changelog.md#bpaf-0918---2025-03-06)
[Compare
Source](https://redirect.github.com/pacak/bpaf/compare/v0.9.17...v0.9.18)
- Several small documentation fixes
([#​414](https://redirect.github.com/pacak/bpaf/issues/414),
[#​413](https://redirect.github.com/pacak/bpaf/issues/413))
thanks [@​yerke](https://redirect.github.com/yerke)
- `fallback_to_usage` only applies if parser fails
([#​415](https://redirect.github.com/pacak/bpaf/issues/415))
Previously it would print a usage info even if parser can succeed
without any input
###
[`v0.9.17`](https://redirect.github.com/pacak/bpaf/blob/HEAD/Changelog.md#bpaf-0917--bpafderive-0517---2025-03-01)
[Compare
Source](https://redirect.github.com/pacak/bpaf/compare/v0.9.16...v0.9.17)
- A new method `format_fallback` allows to format fallback values using
a custom formatting function. This extends functionality offered by
`format_debug` and
`format_display` that use `Debug` and `Display` instances respectively
thanks [@​antalsz](https://redirect.github.com/antalsz)
</details>
<details>
<summary>ParkMyCar/compact_str (compact_str)</summary>
###
[`v0.9.0`](https://redirect.github.com/ParkMyCar/compact_str/blob/HEAD/CHANGELOG.md#090)
[Compare
Source](https://redirect.github.com/ParkMyCar/compact_str/compare/v0.8.1...v0.9.0)
##### February 24, 2025
#### Breaking Changes 💥
- Removed deprecated methods `CompactString::new_inline(...)` and
`CompactString::from_static_str(...)`.
- Implemented in [`fix: delete methods that are documented as deprecated
in v0.9.0`](https://redirect.github.com/ParkMyCar/compact_str/pull/429)
- Changed the `CompactStringExt::join_compact` and
`CompactStringExt::concat_compact` to take a
reference (i.e. `&C`) to a type `C: IntoIterator<Item = &str>` instead
of ownership of a type `C`
where `&C: IntoIterator<Item = &str>`.
- Fixed
[`issue#412`](https://redirect.github.com/ParkMyCar/compact_str/issues/412)
which made the
`CompactStringExt` more ergonomic.
- Implemented in [`feat: tweak the CompactStringExt trait so
join_compact and concat_compact work
better`](https://redirect.github.com/ParkMyCar/compact_str/pull/418)
#### Changes
- Fixed the `borsch` feature in `no_std` environments.
- Implemented in [`fix: The borsch feature with
no-std`](https://redirect.github.com/ParkMyCar/compact_str/pull/428).
- Implemented the [`zeroize::Zeroize`](https://crates.io/crates/zeroize)
trait for `CompactString`.
- Implemented in [`feat: Add support for
zeroize::Zeroize`](https://redirect.github.com/ParkMyCar/compact_str/pull/421).
- Fixed the `CompactString::retain` method to not set length if the
predicate panics.
- Implemented in [`fix: retain not set len if predicate
panics`](https://redirect.github.com/ParkMyCar/compact_str/pull/413).
- Implement `sqlx::postgres::PgHasArrayType` for `CompactString`.
- Implemented in [`impl
sqlx::postgres::PgHasArrayType`](https://redirect.github.com/ParkMyCar/compact_str/pull/399).
- Bump the [`markup`](https://crates.io/crates/markup) dependency to
`v0.15`.
- Implemented in [`deps: upgrade to markup
v0.8`](https://redirect.github.com/ParkMyCar/compact_str/pull/415).
- Bump the [`rkyv`](https://crates.io/crates/rkyv) dependency to `v0.8`.
- Implemented in [`deps: upgrade to rkyv
v0.8`](https://redirect.github.com/ParkMyCar/compact_str/pull/409).
- Bump the [`sqlx`](https://crates.io/crates/sqlx) dependency to `v0.8`.
- Implemented in [`deps: upgrade to sqlx
v0.8`](https://redirect.github.com/ParkMyCar/compact_str/pull/408).
</details>
<details>
<summary>console-rs/console (console)</summary>
###
[`v0.15.11`](https://redirect.github.com/console-rs/console/releases/tag/0.15.11)
[Compare
Source](https://redirect.github.com/console-rs/console/compare/0.15.10...0.15.11)
#### What's Changed
- Don't eagerly close tty fd in read_secure by
[@​Noratrieb](https://redirect.github.com/Noratrieb) in
[https://github.com/console-rs/console/pull/222](https://redirect.github.com/console-rs/console/pull/222)
- Make functions on Style const by
[@​tamird](https://redirect.github.com/tamird) in
[https://github.com/console-rs/console/pull/220](https://redirect.github.com/console-rs/console/pull/220)
- Fix some typos by
[@​waywardmonkeys](https://redirect.github.com/waywardmonkeys) in
[https://github.com/console-rs/console/pull/213](https://redirect.github.com/console-rs/console/pull/213)
- Improve type safety, extract identical code by
[@​tamird](https://redirect.github.com/tamird) in
[https://github.com/console-rs/console/pull/223](https://redirect.github.com/console-rs/console/pull/223)
- Unix tweaks by [@​djc](https://redirect.github.com/djc) in
[https://github.com/console-rs/console/pull/230](https://redirect.github.com/console-rs/console/pull/230)
- Fix WASI target name by [@​djc](https://redirect.github.com/djc)
in
[https://github.com/console-rs/console/pull/236](https://redirect.github.com/console-rs/console/pull/236)
- Simplify & update by [@​djc](https://redirect.github.com/djc) in
[https://github.com/console-rs/console/pull/237](https://redirect.github.com/console-rs/console/pull/237)
- fix: 🐛 remove double-width characters correctly by
[@​bestgopher](https://redirect.github.com/bestgopher) in
[https://github.com/console-rs/console/pull/234](https://redirect.github.com/console-rs/console/pull/234)
- Explicitly handle CtrlC on Windows by
[@​ericmarkmartin](https://redirect.github.com/ericmarkmartin) in
[https://github.com/console-rs/console/pull/235](https://redirect.github.com/console-rs/console/pull/235)
- Windows mode tweaks by [@​djc](https://redirect.github.com/djc)
in
[https://github.com/console-rs/console/pull/239](https://redirect.github.com/console-rs/console/pull/239)
</details>
<details>
<summary>oxc-project/fast-glob (fast-glob)</summary>
###
[`v0.4.5`](https://redirect.github.com/oxc-project/fast-glob/blob/HEAD/CHANGELOG.md#045---2025-02-27)
##### Other
- reduce generic expansion on function `glob_match`
</details>
<details>
<summary>rust-lang/flate2-rs (flate2)</summary>
###
[`v1.1.0`](https://redirect.github.com/rust-lang/flate2-rs/releases/tag/1.1.0)
[Compare
Source](https://redirect.github.com/rust-lang/flate2-rs/compare/1.0.35...1.1.0)
#### What's Changed
- Fix cfgs by [@​kornelski](https://redirect.github.com/kornelski)
in
[https://github.com/rust-lang/flate2-rs/pull/441](https://redirect.github.com/rust-lang/flate2-rs/pull/441)
- update CI to use new wasi target by
[@​oyvindln](https://redirect.github.com/oyvindln) in
[https://github.com/rust-lang/flate2-rs/pull/444](https://redirect.github.com/rust-lang/flate2-rs/pull/444)
- Implement `Clone` for `CompressError` and `DecompressError` by
[@​mkrasnitski](https://redirect.github.com/mkrasnitski) in
[https://github.com/rust-lang/flate2-rs/pull/445](https://redirect.github.com/rust-lang/flate2-rs/pull/445)
- Update LICENSE-MIT by
[@​maximevtush](https://redirect.github.com/maximevtush) in
[https://github.com/rust-lang/flate2-rs/pull/448](https://redirect.github.com/rust-lang/flate2-rs/pull/448)
- feat: replace custom u16 le parser with existent rust method by
[@​CosminPerRam](https://redirect.github.com/CosminPerRam) in
[https://github.com/rust-lang/flate2-rs/pull/450](https://redirect.github.com/rust-lang/flate2-rs/pull/450)
- Fix CI by [@​Byron](https://redirect.github.com/Byron) in
[https://github.com/rust-lang/flate2-rs/pull/449](https://redirect.github.com/rust-lang/flate2-rs/pull/449)
- Do not use cloudflare-zlib-sys 0.3.4 by
[@​jongiddy](https://redirect.github.com/jongiddy) in
[https://github.com/rust-lang/flate2-rs/pull/451](https://redirect.github.com/rust-lang/flate2-rs/pull/451)
- Increase minimum compiler version to 1.67 by
[@​jongiddy](https://redirect.github.com/jongiddy) in
[https://github.com/rust-lang/flate2-rs/pull/452](https://redirect.github.com/rust-lang/flate2-rs/pull/452)
- deps: bump miniz_oxide to 0.8.4 by
[@​CosminPerRam](https://redirect.github.com/CosminPerRam) in
[https://github.com/rust-lang/flate2-rs/pull/459](https://redirect.github.com/rust-lang/flate2-rs/pull/459)
- deps(dev): update rand to 0.9 by
[@​CosminPerRam](https://redirect.github.com/CosminPerRam) in
[https://github.com/rust-lang/flate2-rs/pull/458](https://redirect.github.com/rust-lang/flate2-rs/pull/458)
- docs: fix spelling mistake in flate2::zlib::write::ZlibDecoder by
[@​CosminPerRam](https://redirect.github.com/CosminPerRam) in
[https://github.com/rust-lang/flate2-rs/pull/455](https://redirect.github.com/rust-lang/flate2-rs/pull/455)
- feat: remove explicit default impls by
[@​CosminPerRam](https://redirect.github.com/CosminPerRam) in
[https://github.com/rust-lang/flate2-rs/pull/457](https://redirect.github.com/rust-lang/flate2-rs/pull/457)
- Change private bounds from `R: Read` to `R: BufRead` by
[@​JonathanBrouwer](https://redirect.github.com/JonathanBrouwer)
in
[https://github.com/rust-lang/flate2-rs/pull/453](https://redirect.github.com/rust-lang/flate2-rs/pull/453)
- feat: replace manual copy loop with rust-provided function by
[@​CosminPerRam](https://redirect.github.com/CosminPerRam) in
[https://github.com/rust-lang/flate2-rs/pull/456](https://redirect.github.com/rust-lang/flate2-rs/pull/456)
- feat: reduce CrcReader::sum calls in GzEncoder::read_footer by
[@​CosminPerRam](https://redirect.github.com/CosminPerRam) in
[https://github.com/rust-lang/flate2-rs/pull/454](https://redirect.github.com/rust-lang/flate2-rs/pull/454)
- feat: remove redundant if guard on option value match by
[@​CosminPerRam](https://redirect.github.com/CosminPerRam) in
[https://github.com/rust-lang/flate2-rs/pull/464](https://redirect.github.com/rust-lang/flate2-rs/pull/464)
- feat: add Error associated type in zio::Ops to handle multiple errors
by [@​CosminPerRam](https://redirect.github.com/CosminPerRam) in
[https://github.com/rust-lang/flate2-rs/pull/461](https://redirect.github.com/rust-lang/flate2-rs/pull/461)
- feat: remove explicit redundant lifetime by
[@​CosminPerRam](https://redirect.github.com/CosminPerRam) in
[https://github.com/rust-lang/flate2-rs/pull/465](https://redirect.github.com/rust-lang/flate2-rs/pull/465)
- feat: impl From<Flush> to MZFlush by
[@​CosminPerRam](https://redirect.github.com/CosminPerRam) in
[https://github.com/rust-lang/flate2-rs/pull/462](https://redirect.github.com/rust-lang/flate2-rs/pull/462)
- upgrade zlib-rs to version `0.4.2` by
[@​folkertdev](https://redirect.github.com/folkertdev) in
[https://github.com/rust-lang/flate2-rs/pull/466](https://redirect.github.com/rust-lang/flate2-rs/pull/466)
#### New Contributors
- [@​mkrasnitski](https://redirect.github.com/mkrasnitski) made
their first contribution in
[https://github.com/rust-lang/flate2-rs/pull/445](https://redirect.github.com/rust-lang/flate2-rs/pull/445)
- [@​maximevtush](https://redirect.github.com/maximevtush) made
their first contribution in
[https://github.com/rust-lang/flate2-rs/pull/448](https://redirect.github.com/rust-lang/flate2-rs/pull/448)
- [@​CosminPerRam](https://redirect.github.com/CosminPerRam) made
their first contribution in
[https://github.com/rust-lang/flate2-rs/pull/450](https://redirect.github.com/rust-lang/flate2-rs/pull/450)
- [@​JonathanBrouwer](https://redirect.github.com/JonathanBrouwer)
made their first contribution in
[https://github.com/rust-lang/flate2-rs/pull/453](https://redirect.github.com/rust-lang/flate2-rs/pull/453)
**Full Changelog**:
rust-lang/flate2-rs@1.0.35...1.1.0
</details>
<details>
<summary>sunng87/handlebars-rust (handlebars)</summary>
###
[`v6.3.2`](https://redirect.github.com/sunng87/handlebars-rust/blob/HEAD/CHANGELOG.md#632---2025-03-16)
[Compare
Source](https://redirect.github.com/sunng87/handlebars-rust/compare/v6.3.1...v6.3.2)
- \[Fixed] Reimplementation of partial context
\[[#​699](https://redirect.github.com/sunng87/handlebars-rust/issues/699)]
</details>
<details>
<summary>indexmap-rs/indexmap (indexmap)</summary>
###
[`v2.8.0`](https://redirect.github.com/indexmap-rs/indexmap/blob/HEAD/RELEASES.md#280-2025-03-10)
[Compare
Source](https://redirect.github.com/indexmap-rs/indexmap/compare/2.7.1...2.8.0)
- Added `indexmap_with_default!` and `indexset_with_default!` to be used
with
alternative hashers, especially when using the crate without `std`.
- Implemented `PartialEq` between each `Slice` and `[]`/arrays.
- Removed the internal `rustc-rayon` feature and dependency.
</details>
<details>
<summary>mitsuhiko/insta (insta)</summary>
###
[`v1.42.2`](https://redirect.github.com/mitsuhiko/insta/blob/HEAD/CHANGELOG.md#1422)
[Compare
Source](https://redirect.github.com/mitsuhiko/insta/compare/1.42.1...1.42.2)
- Support other indention characters than spaces in inline snapshots.
[#​679](https://redirect.github.com/mitsuhiko/insta/issues/679)
- Fix an issue where multiple targets with the same root would cause too
many pending snapshots to be reported.
[#​730](https://redirect.github.com/mitsuhiko/insta/issues/730)
- Hide `unseen` option in CLI, as it's pending deprecation.
[#​732](https://redirect.github.com/mitsuhiko/insta/issues/732)
- Stop `\t` and `\x1b` (ANSI color escape) from causing snapshots to be
escaped.
[#​715](https://redirect.github.com/mitsuhiko/insta/issues/715)
- Improved handling of inline snapshots within `allow_duplicates! { ..
}`.
[#​712](https://redirect.github.com/mitsuhiko/insta/issues/712)
</details>
<details>
<summary>dtolnay/itoa (itoa)</summary>
###
[`v1.0.15`](https://redirect.github.com/dtolnay/itoa/releases/tag/1.0.15)
[Compare
Source](https://redirect.github.com/dtolnay/itoa/compare/1.0.14...1.0.15)
- Documentation improvements
</details>
<details>
<summary>wooorm/markdown-rs (markdown)</summary>
###
[`v1.0.0-alpha.23`](https://redirect.github.com/wooorm/markdown-rs/releases/tag/1.0.0-alpha.23)
[Compare
Source](https://redirect.github.com/wooorm/markdown-rs/compare/1.0.0-alpha.22...1.0.0-alpha.23)
##### Add
-
[`e923a3c`](https://redirect.github.com/wooorm/markdown-rs/commit/e923a3c)
Add `allow_any_img_src` option
by [@​lovasoa](https://redirect.github.com/lovasoa) in
[https://github.com/wooorm/markdown-rs/pull/165](https://redirect.github.com/wooorm/markdown-rs/pull/165)
**Full Changelog**:
https://github.com/wooorm/markdown-rs/compare/[email protected]
</details>
<details>
<summary>ibraheemdev/papaya (papaya)</summary>
###
[`v0.2.1`](https://redirect.github.com/ibraheemdev/papaya/releases/tag/v0.2.1):
0.2.1
[Compare
Source](https://redirect.github.com/ibraheemdev/papaya/compare/v0.2.0...v0.2.1)
- Fixed a bug in `HashMap::retain` that may lead to memory corruption
([https://github.com/ibraheemdev/papaya/issues/63](https://redirect.github.com/ibraheemdev/papaya/issues/63)).
</details>
<details>
<summary>dtolnay/prettyplease (prettyplease)</summary>
###
[`v0.2.31`](https://redirect.github.com/dtolnay/prettyplease/releases/tag/0.2.31)
[Compare
Source](https://redirect.github.com/dtolnay/prettyplease/compare/0.2.30...0.2.31)
- Format multiple array elements on the same line
([#​108](https://redirect.github.com/dtolnay/prettyplease/issues/108))
###
[`v0.2.30`](https://redirect.github.com/dtolnay/prettyplease/releases/tag/0.2.30)
[Compare
Source](https://redirect.github.com/dtolnay/prettyplease/compare/0.2.29...0.2.30)
- Documentation improvements
</details>
<details>
<summary>dtolnay/proc-macro2 (proc-macro2)</summary>
###
[`v1.0.94`](https://redirect.github.com/dtolnay/proc-macro2/releases/tag/1.0.94)
[Compare
Source](https://redirect.github.com/dtolnay/proc-macro2/compare/1.0.93...1.0.94)
- Documentation improvements
</details>
<details>
<summary>dtolnay/quote (quote)</summary>
###
[`v1.0.40`](https://redirect.github.com/dtolnay/quote/releases/tag/1.0.40)
[Compare
Source](https://redirect.github.com/dtolnay/quote/compare/1.0.39...1.0.40)
- Optimize construction of lifetime tokens
([#​293](https://redirect.github.com/dtolnay/quote/issues/293),
thanks [@​aatifsyed](https://redirect.github.com/aatifsyed))
###
[`v1.0.39`](https://redirect.github.com/dtolnay/quote/releases/tag/1.0.39)
[Compare
Source](https://redirect.github.com/dtolnay/quote/compare/1.0.38...1.0.39)
- Documentation improvements
</details>
<details>
<summary>GREsau/schemars (schemars)</summary>
###
[`v0.8.22`](https://redirect.github.com/GREsau/schemars/blob/HEAD/CHANGELOG.md#0822---2025-02-25)
[Compare
Source](https://redirect.github.com/GREsau/schemars/compare/v0.8.21...v0.8.22)
##### Fixed:
- Fix compatibility with rust 2024 edition
([https://github.com/GREsau/schemars/pull/378](https://redirect.github.com/GREsau/schemars/pull/378))
</details>
<details>
<summary>dtolnay/seq-macro (seq-macro)</summary>
###
[`v0.3.6`](https://redirect.github.com/dtolnay/seq-macro/releases/tag/0.3.6)
[Compare
Source](https://redirect.github.com/dtolnay/seq-macro/compare/0.3.5...0.3.6)
- Documentation improvements
</details>
<details>
<summary>serde-rs/serde (serde)</summary>
###
[`v1.0.219`](https://redirect.github.com/serde-rs/serde/releases/tag/v1.0.219)
[Compare
Source](https://redirect.github.com/serde-rs/serde/compare/v1.0.218...v1.0.219)
- Prevent `absolute_paths` Clippy restriction being triggered inside
macro-generated code
([#​2906](https://redirect.github.com/serde-rs/serde/issues/2906),
thanks [@​davidzeng0](https://redirect.github.com/davidzeng0))
</details>
<details>
<summary>serde-rs/json (serde_json)</summary>
###
[`v1.0.140`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.140)
[Compare
Source](https://redirect.github.com/serde-rs/json/compare/v1.0.139...v1.0.140)
- Documentation improvements
</details>
<details>
<summary>mitsuhiko/similar-asserts (similar-asserts)</summary>
###
[`v1.7.0`](https://redirect.github.com/mitsuhiko/similar-asserts/blob/HEAD/CHANGELOG.md#170)
[Compare
Source](https://redirect.github.com/mitsuhiko/similar-asserts/compare/1.6.1...1.7.0)
- Added support for `SIMILAR_ASSERTS_CONTEXT_SIZE`.
[#​13](https://redirect.github.com/mitsuhiko/similar-asserts/issues/13)
</details>
<details>
<summary>dtolnay/syn (syn)</summary>
###
[`v2.0.100`](https://redirect.github.com/dtolnay/syn/releases/tag/2.0.100)
[Compare
Source](https://redirect.github.com/dtolnay/syn/compare/2.0.99...2.0.100)
- Add `Visit::visit_token_stream`, `VisitMut::visit_token_stream_mut`,
`Fold::fold_token_stream` for processing TokenStream during syntax tree
traversals
([#​1852](https://redirect.github.com/dtolnay/syn/issues/1852))
###
[`v2.0.99`](https://redirect.github.com/dtolnay/syn/releases/tag/2.0.99)
[Compare
Source](https://redirect.github.com/dtolnay/syn/compare/2.0.98...2.0.99)
- Documentation improvements
</details>
<details>
<summary>Stebalien/tempfile (tempfile)</summary>
###
[`v3.19.0`](https://redirect.github.com/Stebalien/tempfile/blob/HEAD/CHANGELOG.md#3190)
[Compare
Source](https://redirect.github.com/Stebalien/tempfile/compare/v3.18.0...v3.19.0)
- Remove direct dependency on `cfg-if`. It's still in the tree, but we
didn't really need to use it in this crate.
- Add an unstable feature (`unstable-windows-keep-open-tempfile`) to
test a potential fix to
[#​339](https://redirect.github.com/Stebalien/tempfile/issues/339).
###
[`v3.18.0`](https://redirect.github.com/Stebalien/tempfile/blob/HEAD/CHANGELOG.md#3180)
[Compare
Source](https://redirect.github.com/Stebalien/tempfile/compare/v3.17.1...v3.18.0)
- Update `rustix` to 1.0.0.
- Make `NamedTempFile::persist_noclobber` atomic on Apple operating
systems. It's now atomic on MacOS, Windows, and Linux (depending on the
OS version and filesystem used).
</details>
<details>
<summary>tokio-rs/tokio (tokio)</summary>
###
[`v1.44.1`](https://redirect.github.com/tokio-rs/tokio/releases/tag/tokio-1.44.1):
Tokio v1.44.1
[Compare
Source](https://redirect.github.com/tokio-rs/tokio/compare/tokio-1.44.0...tokio-1.44.1)
### 1.44.1 (March 13th, 2025)
##### Fixed
- rt: skip defer queue in `block_in_place` context ([#​7216])
[#​7216]: https://redirect.github.com/tokio-rs/tokio/pull/7216
###
[`v1.44.0`](https://redirect.github.com/tokio-rs/tokio/releases/tag/tokio-1.44.0):
Tokio v1.44.0
[Compare
Source](https://redirect.github.com/tokio-rs/tokio/compare/tokio-1.43.0...tokio-1.44.0)
##### 1.44.0 (March 7th, 2025)
This release changes the `from_std` method on sockets to panic if a
blocking socket is provided. We determined this change is not a breaking
change as Tokio is not intended to operate using blocking sockets. Doing
so results in runtime hangs and should be considered a bug. Accidentally
passing a blocking socket to Tokio is one of the most common user
mistakes. If this change causes an issue for you, please comment on
[#​7172].
##### Added
- coop: add `task::coop` module ([#​7116])
- process: add `Command::get_kill_on_drop()` ([#​7086])
- sync: add `broadcast::Sender::closed` ([#​6685], [#​7090])
- sync: add `broadcast::WeakSender` ([#​7100])
- sync: add `oneshot::Receiver::is_empty()` ([#​7153])
- sync: add `oneshot::Receiver::is_terminated()` ([#​7152])
##### Fixed
- fs: empty reads on `File` should not start a background read
([#​7139])
- process: calling `start_kill` on exited child should not fail
([#​7160])
- signal: fix `CTRL_CLOSE`, `CTRL_LOGOFF`, `CTRL_SHUTDOWN` on windows
([#​7122])
- sync: properly handle panic during mpsc drop ([#​7094])
##### Changes
- runtime: clean up magic number in registration set ([#​7112])
- coop: make coop yield using waker defer strategy ([#​7185])
- macros: make `select!` budget-aware ([#​7164])
- net: panic when passing a blocking socket to `from_std`
([#​7166])
- io: clean up buffer casts ([#​7142])
##### Changes to unstable APIs
- rt: add before and after task poll callbacks ([#​7120])
- tracing: make the task tracing API unstable public ([#​6972])
##### Documented
- docs: fix nesting of sections in top-level docs ([#​7159])
- fs: rename symlink and hardlink parameter names ([#​7143])
- io: swap reader/writer in simplex doc test ([#​7176])
- macros: docs about `select!` alternatives ([#​7110])
- net: rename the argument for `send_to` ([#​7146])
- process: add example for reading `Child` stdout ([#​7141])
- process: clarify `Child::kill` behavior ([#​7162])
- process: fix grammar of the `ChildStdin` struct doc comment
([#​7192])
- runtime: consistently use `worker_threads` instead of `core_threads`
([#​7186])
[#​6685]: https://redirect.github.com/tokio-rs/tokio/pull/6685
[#​6972]: https://redirect.github.com/tokio-rs/tokio/pull/6972
[#​7086]: https://redirect.github.com/tokio-rs/tokio/pull/7086
[#​7090]: https://redirect.github.com/tokio-rs/tokio/pull/7090
[#​7094]: https://redirect.github.com/tokio-rs/tokio/pull/7094
[#​7100]: https://redirect.github.com/tokio-rs/tokio/pull/7100
[#​7110]: https://redirect.github.com/tokio-rs/tokio/pull/7110
[#​7112]: https://redirect.github.com/tokio-rs/tokio/pull/7112
[#​7116]: https://redirect.github.com/tokio-rs/tokio/pull/7116
[#​7120]: https://redirect.github.com/tokio-rs/tokio/pull/7120
[#​7122]: https://redirect.github.com/tokio-rs/tokio/pull/7122
[#​7139]: https://redirect.github.com/tokio-rs/tokio/pull/7139
[#​7141]: https://redirect.github.com/tokio-rs/tokio/pull/7141
[#​7142]: https://redirect.github.com/tokio-rs/tokio/pull/7142
[#​7143]: https://redirect.github.com/tokio-rs/tokio/pull/7143
[#​7146]: https://redirect.github.com/tokio-rs/tokio/pull/7146
[#​7152]: https://redirect.github.com/tokio-rs/tokio/pull/7152
[#​7153]: https://redirect.github.com/tokio-rs/tokio/pull/7153
[#​7159]: https://redirect.github.com/tokio-rs/tokio/pull/7159
[#​7160]: https://redirect.github.com/tokio-rs/tokio/pull/7160
[#​7162]: https://redirect.github.com/tokio-rs/tokio/pull/7162
[#​7164]: https://redirect.github.com/tokio-rs/tokio/pull/7164
[#​7166]: https://redirect.github.com/tokio-rs/tokio/pull/7166
[#​7172]: https://redirect.github.com/tokio-rs/tokio/pull/7172
[#​7176]: https://redirect.github.com/tokio-rs/tokio/pull/7176
[#​7185]: https://redirect.github.com/tokio-rs/tokio/pull/7185
[#​7186]: https://redirect.github.com/tokio-rs/tokio/pull/7186
[#​7192]: https://redirect.github.com/tokio-rs/tokio/pull/7192
</details>
<details>
<summary>algesten/ureq (ureq)</summary>
###
[`v3.0.9`](https://redirect.github.com/algesten/ureq/blob/HEAD/CHANGELOG.md#309)
[Compare
Source](https://redirect.github.com/algesten/ureq/compare/3.0.8...3.0.9)
- Bump deps
([#​1031](https://redirect.github.com/algesten/ureq/issues/1031))
- Allow body for all methods when using http-crate API
([#​1035](https://redirect.github.com/algesten/ureq/issues/1035))
- Improved errors and doc for bespoke transports
([#​1032](https://redirect.github.com/algesten/ureq/issues/1032))
###
[`v3.0.8`](https://redirect.github.com/algesten/ureq/blob/HEAD/CHANGELOG.md#308)
[Compare
Source](https://redirect.github.com/algesten/ureq/compare/3.0.7...3.0.8)
- Fix incorrect parsing bug "missing http version"
([#​1026](https://redirect.github.com/algesten/ureq/issues/1026))
###
[`v3.0.7`](https://redirect.github.com/algesten/ureq/blob/HEAD/CHANGELOG.md#307)
[Compare
Source](https://redirect.github.com/algesten/ureq/compare/3.0.6...3.0.7)
- Allow non-standard HTTP methods
([#​1018](https://redirect.github.com/algesten/ureq/issues/1018))
- Fix not appending port to host header
([#​1017](https://redirect.github.com/algesten/ureq/issues/1017))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Asia/Shanghai, Automerge - "before 10pm on monday" in timezone
Asia/Shanghai.
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/oxc-project/oxc).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDAuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 84fa538 commit 7da3124Copy full SHA for 7da3124
2 files changed
+174
-159
lines changed
0 commit comments