Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update rust crates (#8186)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [console](https://redirect.github.com/console-rs/console) | workspace.dependencies | patch | `0.15.8` -> `0.15.10` | | [env_logger](https://redirect.github.com/rust-cli/env_logger) | workspace.dependencies | patch | `0.11.5` -> `0.11.6` | | [fast-glob](https://redirect.github.com/shulaoda/fast-glob) | workspace.dependencies | patch | `0.4.0` -> `0.4.3` | | [glob](https://redirect.github.com/rust-lang/glob) | workspace.dependencies | patch | `0.3.1` -> `0.3.2` | | [oxc-browserslist](https://redirect.github.com/oxc-project/oxc-browserslist) | workspace.dependencies | patch | `1.1.0` -> `1.1.1` | | [oxc_resolver](https://redirect.github.com/oxc-project/oxc-resolver) | workspace.dependencies | patch | `3.0.1` -> `3.0.3` | | [oxc_sourcemap](https://redirect.github.com/oxc-project/oxc-sourcemap) | workspace.dependencies | patch | `1.0.5` -> `1.0.6` | | [quote](https://redirect.github.com/dtolnay/quote) | workspace.dependencies | patch | `1.0.37` -> `1.0.38` | | [serde](https://serde.rs) ([source](https://redirect.github.com/serde-rs/serde)) | workspace.dependencies | patch | `1.0.216` -> `1.0.217` | | [serde_json](https://redirect.github.com/serde-rs/json) | workspace.dependencies | patch | `1.0.133` -> `1.0.134` | | [syn](https://redirect.github.com/dtolnay/syn) | workspace.dependencies | patch | `2.0.90` -> `2.0.93` | --- ### Release Notes <details> <summary>console-rs/console (console)</summary> ### [`v0.15.10`](https://redirect.github.com/console-rs/console/releases/tag/0.15.10) [Compare Source](https://redirect.github.com/console-rs/console/compare/0.15.9...0.15.10) #### What's Changed - Remove MSRV badge from README by [@​djc](https://redirect.github.com/djc) in [https://github.com/console-rs/console/pull/228](https://redirect.github.com/console-rs/console/pull/228) ### [`v0.15.9`](https://redirect.github.com/console-rs/console/releases/tag/0.15.9) [Compare Source](https://redirect.github.com/console-rs/console/compare/0.15.8...0.15.9) #### What's Changed - Update dependencies by [@​djc](https://redirect.github.com/djc) in [https://github.com/console-rs/console/pull/227](https://redirect.github.com/console-rs/console/pull/227) </details> <details> <summary>rust-cli/env_logger (env_logger)</summary> ### [`v0.11.6`](https://redirect.github.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0116---2024-12-20) [Compare Source](https://redirect.github.com/rust-cli/env_logger/compare/v0.11.5...v0.11.6) ##### Features - Opt-in file and line rendering </details> <details> <summary>rust-lang/glob (glob)</summary> ### [`v0.3.2`](https://redirect.github.com/rust-lang/glob/blob/HEAD/CHANGELOG.md#032---2024-12-28) [Compare Source](https://redirect.github.com/rust-lang/glob/compare/0.3.1...v0.3.2) </details> <details> <summary>oxc-project/oxc-browserslist (oxc-browserslist)</summary> ### [`v1.1.1`](https://redirect.github.com/oxc-project/oxc-browserslist/blob/HEAD/CHANGELOG.md#111---2024-12-14) [Compare Source](https://redirect.github.com/oxc-project/oxc-browserslist/compare/oxc-browserslist-v1.1.0...oxc-browserslist-v1.1.1) ##### Other - codegen - dprint - Update README.md - *(deps)* update rust crates - *(deps)* update rust crates - *(deps)* update dependency rust to v1.83.0 ([#​78](https://redirect.github.com/oxc-project/oxc-browserslist/issues/78)) - *(deps)* update rust crates - *(deps)* update rust crates to v1.0.215 - *(deps)* update rust crate thiserror to v2.0.3 - *(deps)* update rust crate thiserror to v2 - *(deps)* update rust crates to v1.0.93 - `cargo autoinherit` - *(deps)* update rust crate criterion2 to v2 </details> <details> <summary>oxc-project/oxc-resolver (oxc_resolver)</summary> ### [`v3.0.3`](https://redirect.github.com/oxc-project/oxc-resolver/blob/HEAD/CHANGELOG.md#303---2024-12-14) [Compare Source](https://redirect.github.com/oxc-project/oxc-resolver/compare/oxc_resolver-v3.0.2...oxc_resolver-v3.0.3) ##### <!-- 1 -->Bug Fixes - try browsers field and alias before resolving directory in node_modules ([#​349](https://redirect.github.com/oxc-project/oxc-resolver/issues/349)) ### [`v3.0.2`](https://redirect.github.com/oxc-project/oxc-resolver/blob/HEAD/CHANGELOG.md#302---2024-12-13) [Compare Source](https://redirect.github.com/oxc-project/oxc-resolver/compare/oxc_resolver-v3.0.1...oxc_resolver-v3.0.2) ##### <!-- 1 -->Bug Fixes - special case for aliasing `@/` ([#​348](https://redirect.github.com/oxc-project/oxc-resolver/issues/348)) - normalize resolved result on Windows for root ([#​345](https://redirect.github.com/oxc-project/oxc-resolver/issues/345)) ##### <!-- 4 -->Refactor - replace UnsafeCell with RefCell ([#​346](https://redirect.github.com/oxc-project/oxc-resolver/issues/346)) </details> <details> <summary>oxc-project/oxc-sourcemap (oxc_sourcemap)</summary> ### [`v1.0.6`](https://redirect.github.com/oxc-project/oxc-sourcemap/blob/HEAD/CHANGELOG.md#106---2024-12-15) [Compare Source](https://redirect.github.com/oxc-project/oxc-sourcemap/compare/v1.0.5...v1.0.6) ##### Fixed - handle non existing token position in visualizer ([#​14](https://redirect.github.com/oxc-project/oxc-sourcemap/issues/14)) </details> <details> <summary>dtolnay/quote (quote)</summary> ### [`v1.0.38`](https://redirect.github.com/dtolnay/quote/releases/tag/1.0.38) [Compare Source](https://redirect.github.com/dtolnay/quote/compare/1.0.37...1.0.38) - Support interpolating arrays inside of arrays using a repetition ([#​286](https://redirect.github.com/dtolnay/quote/issues/286)) </details> <details> <summary>serde-rs/serde (serde)</summary> ### [`v1.0.217`](https://redirect.github.com/serde-rs/serde/releases/tag/v1.0.217) [Compare Source](https://redirect.github.com/serde-rs/serde/compare/v1.0.216...v1.0.217) - Support serializing externally tagged unit variant inside flattened field ([#​2786](https://redirect.github.com/serde-rs/serde/issues/2786), thanks [@​Mingun](https://redirect.github.com/Mingun)) </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.134`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.134) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.133...v1.0.134) - Add `RawValue` associated constants for literal `null`, `true`, `false` ([#​1221](https://redirect.github.com/serde-rs/json/issues/1221), thanks [@​bheylin](https://redirect.github.com/bheylin)) </details> <details> <summary>dtolnay/syn (syn)</summary> ### [`v2.0.93`](https://redirect.github.com/dtolnay/syn/releases/tag/2.0.93) [Compare Source](https://redirect.github.com/dtolnay/syn/compare/2.0.92...2.0.93) - Fix expression parsing edge cases: `x as T <<= y` ([#​1804](https://redirect.github.com/dtolnay/syn/issues/1804)), `break as T` ([#​1805](https://redirect.github.com/dtolnay/syn/issues/1805)), `match x { _ if .. => {} }` ([#​1807](https://redirect.github.com/dtolnay/syn/issues/1807)) - Fix expression printing edge cases: `|| -> T 'a: {}` ([#​1806](https://redirect.github.com/dtolnay/syn/issues/1806)), `if break x {}` ([#​1808](https://redirect.github.com/dtolnay/syn/issues/1808), [#​1810](https://redirect.github.com/dtolnay/syn/issues/1810)) ### [`v2.0.92`](https://redirect.github.com/dtolnay/syn/releases/tag/2.0.92) [Compare Source](https://redirect.github.com/dtolnay/syn/compare/2.0.91...2.0.92) - Fix parenthesization of jumps inside ranges ([#​1798](https://redirect.github.com/dtolnay/syn/issues/1798)) ### [`v2.0.91`](https://redirect.github.com/dtolnay/syn/releases/tag/2.0.91) [Compare Source](https://redirect.github.com/dtolnay/syn/compare/2.0.90...2.0.91) - Support parsing `Vec<Arm>` using `parse_quote!` ([#​1796](https://redirect.github.com/dtolnay/syn/issues/1796), [#​1797](https://redirect.github.com/dtolnay/syn/issues/1797)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 11am on monday" in timezone Asia/Shanghai, Automerge - "before 11am 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44NS4wIiwidXBkYXRlZEluVmVyIjoiMzkuODUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Cameron Clark <[email protected]>
- Loading branch information