Skip to content

Commit 7da3124

Browse files
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 [@&#8203;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 [@&#8203;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 ([#&#8203;414](https://redirect.github.com/pacak/bpaf/issues/414), [#&#8203;413](https://redirect.github.com/pacak/bpaf/issues/413)) thanks [@&#8203;yerke](https://redirect.github.com/yerke) - `fallback_to_usage` only applies if parser fails ([#&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 - [@&#8203;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) - [@&#8203;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) - [@&#8203;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) - [@&#8203;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 \[[#&#8203;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. [#&#8203;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. [#&#8203;730](https://redirect.github.com/mitsuhiko/insta/issues/730) - Hide `unseen` option in CLI, as it's pending deprecation. [#&#8203;732](https://redirect.github.com/mitsuhiko/insta/issues/732) - Stop `\t` and `\x1b` (ANSI color escape) from causing snapshots to be escaped. [#&#8203;715](https://redirect.github.com/mitsuhiko/insta/issues/715) - Improved handling of inline snapshots within `allow_duplicates! { .. }`. [#&#8203;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 [@&#8203;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 ([#&#8203;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 ([#&#8203;293](https://redirect.github.com/dtolnay/quote/issues/293), thanks [@&#8203;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 ([#&#8203;2906](https://redirect.github.com/serde-rs/serde/issues/2906), thanks [@&#8203;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`. [#&#8203;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 ([#&#8203;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 [#&#8203;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 ([#&#8203;7216]) [#&#8203;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 [#&#8203;7172]. ##### Added - coop: add `task::coop` module ([#&#8203;7116]) - process: add `Command::get_kill_on_drop()` ([#&#8203;7086]) - sync: add `broadcast::Sender::closed` ([#&#8203;6685], [#&#8203;7090]) - sync: add `broadcast::WeakSender` ([#&#8203;7100]) - sync: add `oneshot::Receiver::is_empty()` ([#&#8203;7153]) - sync: add `oneshot::Receiver::is_terminated()` ([#&#8203;7152]) ##### Fixed - fs: empty reads on `File` should not start a background read ([#&#8203;7139]) - process: calling `start_kill` on exited child should not fail ([#&#8203;7160]) - signal: fix `CTRL_CLOSE`, `CTRL_LOGOFF`, `CTRL_SHUTDOWN` on windows ([#&#8203;7122]) - sync: properly handle panic during mpsc drop ([#&#8203;7094]) ##### Changes - runtime: clean up magic number in registration set ([#&#8203;7112]) - coop: make coop yield using waker defer strategy ([#&#8203;7185]) - macros: make `select!` budget-aware ([#&#8203;7164]) - net: panic when passing a blocking socket to `from_std` ([#&#8203;7166]) - io: clean up buffer casts ([#&#8203;7142]) ##### Changes to unstable APIs - rt: add before and after task poll callbacks ([#&#8203;7120]) - tracing: make the task tracing API unstable public ([#&#8203;6972]) ##### Documented - docs: fix nesting of sections in top-level docs ([#&#8203;7159]) - fs: rename symlink and hardlink parameter names ([#&#8203;7143]) - io: swap reader/writer in simplex doc test ([#&#8203;7176]) - macros: docs about `select!` alternatives ([#&#8203;7110]) - net: rename the argument for `send_to` ([#&#8203;7146]) - process: add example for reading `Child` stdout ([#&#8203;7141]) - process: clarify `Child::kill` behavior ([#&#8203;7162]) - process: fix grammar of the `ChildStdin` struct doc comment ([#&#8203;7192]) - runtime: consistently use `worker_threads` instead of `core_threads` ([#&#8203;7186]) [#&#8203;6685]: https://redirect.github.com/tokio-rs/tokio/pull/6685 [#&#8203;6972]: https://redirect.github.com/tokio-rs/tokio/pull/6972 [#&#8203;7086]: https://redirect.github.com/tokio-rs/tokio/pull/7086 [#&#8203;7090]: https://redirect.github.com/tokio-rs/tokio/pull/7090 [#&#8203;7094]: https://redirect.github.com/tokio-rs/tokio/pull/7094 [#&#8203;7100]: https://redirect.github.com/tokio-rs/tokio/pull/7100 [#&#8203;7110]: https://redirect.github.com/tokio-rs/tokio/pull/7110 [#&#8203;7112]: https://redirect.github.com/tokio-rs/tokio/pull/7112 [#&#8203;7116]: https://redirect.github.com/tokio-rs/tokio/pull/7116 [#&#8203;7120]: https://redirect.github.com/tokio-rs/tokio/pull/7120 [#&#8203;7122]: https://redirect.github.com/tokio-rs/tokio/pull/7122 [#&#8203;7139]: https://redirect.github.com/tokio-rs/tokio/pull/7139 [#&#8203;7141]: https://redirect.github.com/tokio-rs/tokio/pull/7141 [#&#8203;7142]: https://redirect.github.com/tokio-rs/tokio/pull/7142 [#&#8203;7143]: https://redirect.github.com/tokio-rs/tokio/pull/7143 [#&#8203;7146]: https://redirect.github.com/tokio-rs/tokio/pull/7146 [#&#8203;7152]: https://redirect.github.com/tokio-rs/tokio/pull/7152 [#&#8203;7153]: https://redirect.github.com/tokio-rs/tokio/pull/7153 [#&#8203;7159]: https://redirect.github.com/tokio-rs/tokio/pull/7159 [#&#8203;7160]: https://redirect.github.com/tokio-rs/tokio/pull/7160 [#&#8203;7162]: https://redirect.github.com/tokio-rs/tokio/pull/7162 [#&#8203;7164]: https://redirect.github.com/tokio-rs/tokio/pull/7164 [#&#8203;7166]: https://redirect.github.com/tokio-rs/tokio/pull/7166 [#&#8203;7172]: https://redirect.github.com/tokio-rs/tokio/pull/7172 [#&#8203;7176]: https://redirect.github.com/tokio-rs/tokio/pull/7176 [#&#8203;7185]: https://redirect.github.com/tokio-rs/tokio/pull/7185 [#&#8203;7186]: https://redirect.github.com/tokio-rs/tokio/pull/7186 [#&#8203;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 ([#&#8203;1031](https://redirect.github.com/algesten/ureq/issues/1031)) - Allow body for all methods when using http-crate API ([#&#8203;1035](https://redirect.github.com/algesten/ureq/issues/1035)) - Improved errors and doc for bespoke transports ([#&#8203;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" ([#&#8203;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 ([#&#8203;1018](https://redirect.github.com/algesten/ureq/issues/1018)) - Fix not appending port to host header ([#&#8203;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 7da3124

File tree

2 files changed

+174
-159
lines changed

2 files changed

+174
-159
lines changed

0 commit comments

Comments
 (0)