Skip to content

Commit 5c5788e

Browse files
chore(deps): lock file maintenance rust crates (#13283)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | | | lockFileMaintenance | All locks refreshed | | [bitflags](https://redirect.github.com/bitflags/bitflags) | workspace.dependencies | patch | `2.9.2` -> `2.9.3` | | [indexmap](https://redirect.github.com/indexmap-rs/indexmap) | workspace.dependencies | minor | `2.10.0` -> `2.11.0` | | [oxc_resolver](https://redirect.github.com/oxc-project/oxc-resolver) | workspace.dependencies | patch | `11.6.1` -> `11.6.2` | | [percent-encoding](https://redirect.github.com/servo/rust-url) | workspace.dependencies | patch | `2.3.1` -> `2.3.2` | | [phf](https://redirect.github.com/rust-phf/rust-phf) | workspace.dependencies | minor | `0.12.1` -> `0.13.0` | | [phf_codegen](https://redirect.github.com/rust-phf/rust-phf) | workspace.dependencies | minor | `0.12.1` -> `0.13.0` | | [prettyplease](https://redirect.github.com/dtolnay/prettyplease) | workspace.dependencies | patch | `0.2.36` -> `0.2.37` | | [serde_json](https://redirect.github.com/serde-rs/json) | workspace.dependencies | patch | `1.0.142` -> `1.0.143` | | [tempfile](https://stebalien.com/projects/tempfile-rs/) ([source](https://redirect.github.com/Stebalien/tempfile)) | workspace.dependencies | minor | `3.20.0` -> `3.21.0` | 🔧 This Pull Request updates lock files to use the latest dependency versions. --- ### Release Notes <details> <summary>bitflags/bitflags (bitflags)</summary> ### [`v2.9.3`](https://redirect.github.com/bitflags/bitflags/blob/HEAD/CHANGELOG.md#293) [Compare Source](https://redirect.github.com/bitflags/bitflags/compare/2.9.2...2.9.3) #### What's Changed - Streamline generated code by [@&#8203;nnethercote](https://redirect.github.com/nnethercote) in [#&#8203;458](https://redirect.github.com/bitflags/bitflags/pull/458) #### New Contributors - [@&#8203;nnethercote](https://redirect.github.com/nnethercote) made their first contribution in [#&#8203;458](https://redirect.github.com/bitflags/bitflags/pull/458) **Full Changelog**: <bitflags/bitflags@2.9.2...2.9.3> </details> <details> <summary>indexmap-rs/indexmap (indexmap)</summary> ### [`v2.11.0`](https://redirect.github.com/indexmap-rs/indexmap/blob/HEAD/RELEASES.md#2110-2025-08-22) [Compare Source](https://redirect.github.com/indexmap-rs/indexmap/compare/2.10.0...2.11.0) - Added `insert_sorted_by` and `insert_sorted_by_key` methods to `IndexMap`, `IndexSet`, and `VacantEntry`, like customizable versions of `insert_sorted`. - Added `is_sorted`, `is_sorted_by`, and `is_sorted_by_key` methods to `IndexMap` and `IndexSet`, as well as their `Slice` counterparts. - Added `sort_by_key` and `sort_unstable_by_key` methods to `IndexMap` and `IndexSet`, as well as parallel counterparts. - Added `replace_index` methods to `IndexMap`, `IndexSet`, and `VacantEntry` to replace the key (or set value) at a given index. - Added optional `sval` serialization support. </details> <details> <summary>oxc-project/oxc-resolver (oxc_resolver)</summary> ### [`v11.6.2`](https://redirect.github.com/oxc-project/oxc-resolver/blob/HEAD/CHANGELOG.md#1162---2025-08-20) [Compare Source](https://redirect.github.com/oxc-project/oxc-resolver/compare/v11.6.1...v11.6.2) ##### <!-- 1 -->🐛 Bug Fixes - allow resolving `package?query#fragment` for packages with exports field ([#&#8203;655](https://redirect.github.com/oxc-project/oxc-resolver/pull/655)) (by [@&#8203;sapphi-red](https://redirect.github.com/sapphi-red)) - [#&#8203;655](https://redirect.github.com/oxc-project/oxc-resolver/issues/655) ##### <!-- 4 -->⚡ Performance - improve `pattern_key_compare` ([#&#8203;639](https://redirect.github.com/oxc-project/oxc-resolver/pull/639)) (by [@&#8203;Boshen](https://redirect.github.com/Boshen)) - [#&#8203;639](https://redirect.github.com/oxc-project/oxc-resolver/issues/639) - most specifiers don't have escaped characters ([#&#8203;636](https://redirect.github.com/oxc-project/oxc-resolver/pull/636)) (by [@&#8203;Boshen](https://redirect.github.com/Boshen)) - [#&#8203;636](https://redirect.github.com/oxc-project/oxc-resolver/issues/636) ##### <!-- 6 -->🧪 Testing - make tests pass on Windows ([#&#8203;654](https://redirect.github.com/oxc-project/oxc-resolver/pull/654)) (by [@&#8203;sapphi-red](https://redirect.github.com/sapphi-red)) - [#&#8203;654](https://redirect.github.com/oxc-project/oxc-resolver/issues/654) ##### Contributors - [@&#8203;sapphi-red](https://redirect.github.com/sapphi-red) - [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] - [@&#8203;Boshen](https://redirect.github.com/Boshen) </details> <details> <summary>rust-phf/rust-phf (phf)</summary> ### [`v0.13.1`](https://redirect.github.com/rust-phf/rust-phf/releases/tag/v0.13.1) [Compare Source](https://redirect.github.com/rust-phf/rust-phf/compare/v0.13.0...v0.13.1) **Full Changelog**: <rust-phf/rust-phf@v0.13.0...v0.13.1> ### [`v0.13.0`](https://redirect.github.com/rust-phf/rust-phf/releases/tag/v0.13.0) [Compare Source](https://redirect.github.com/rust-phf/rust-phf/compare/v0.12.1...v0.13.0) **This version has been yanked as the dependency tree was broken.** ##### What's Changed - chore: Update release process by [@&#8203;JohnTitor](https://redirect.github.com/JohnTitor) in [#&#8203;335](https://redirect.github.com/rust-phf/rust-phf/pull/335) - feat(codegen): Implement `FromIterator` for `Map` by [@&#8203;JohnTitor](https://redirect.github.com/JohnTitor) in [#&#8203;336](https://redirect.github.com/rust-phf/rust-phf/pull/336) - chore(macros): Use the latest version of proc-macro2 by [@&#8203;JohnTitor](https://redirect.github.com/JohnTitor) in [#&#8203;337](https://redirect.github.com/rust-phf/rust-phf/pull/337) - chore(deps): update swatinem/rust-cache action to v2.7.8 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;338](https://redirect.github.com/rust-phf/rust-phf/pull/338) - fix(deps): update rust crate criterion to 0.6.0 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;339](https://redirect.github.com/rust-phf/rust-phf/pull/339) - chore(generator): Remove criterion from deps by [@&#8203;JohnTitor](https://redirect.github.com/JohnTitor) in [#&#8203;340](https://redirect.github.com/rust-phf/rust-phf/pull/340) - chore: Add a regression test for [#&#8203;299](https://redirect.github.com/rust-phf/rust-phf/issues/299) by [@&#8203;JohnTitor](https://redirect.github.com/JohnTitor) in [#&#8203;341](https://redirect.github.com/rust-phf/rust-phf/pull/341) - feat(macros): Support cfgs by [@&#8203;JohnTitor](https://redirect.github.com/JohnTitor) in [#&#8203;342](https://redirect.github.com/rust-phf/rust-phf/pull/342) - chore: Fix clippy warnings by [@&#8203;JohnTitor](https://redirect.github.com/JohnTitor) in [#&#8203;343](https://redirect.github.com/rust-phf/rust-phf/pull/343) - feat: Add tuple support for key by [@&#8203;JohnTitor](https://redirect.github.com/JohnTitor) in [#&#8203;344](https://redirect.github.com/rust-phf/rust-phf/pull/344) - Remove outdated limitation link in README.md by [@&#8203;def-](https://redirect.github.com/def-) in [#&#8203;345](https://redirect.github.com/rust-phf/rust-phf/pull/345) - chore: Check minimal deps version check in CI by [@&#8203;JohnTitor](https://redirect.github.com/JohnTitor) in [#&#8203;347](https://redirect.github.com/rust-phf/rust-phf/pull/347) - feat: Support OR pattern key by [@&#8203;JohnTitor](https://redirect.github.com/JohnTitor) in [#&#8203;348](https://redirect.github.com/rust-phf/rust-phf/pull/348) - Prepare a release for v0.13.0 by [@&#8203;JohnTitor](https://redirect.github.com/JohnTitor) in [#&#8203;350](https://redirect.github.com/rust-phf/rust-phf/pull/350) ##### New Contributors - [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] made their first contribution in [#&#8203;338](https://redirect.github.com/rust-phf/rust-phf/pull/338) - [@&#8203;def-](https://redirect.github.com/def-) made their first contribution in [#&#8203;345](https://redirect.github.com/rust-phf/rust-phf/pull/345) **Full Changelog**: <rust-phf/rust-phf@v0.12.1...v0.13.0> </details> <details> <summary>dtolnay/prettyplease (prettyplease)</summary> ### [`v0.2.37`](https://redirect.github.com/dtolnay/prettyplease/releases/tag/0.2.37) [Compare Source](https://redirect.github.com/dtolnay/prettyplease/compare/0.2.36...0.2.37) - Replace `~const` syntax with `[const]` conditionally const syntax ([#&#8203;123](https://redirect.github.com/dtolnay/prettyplease/issues/123)) </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.143`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.143) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.142...v1.0.143) - Implement Clone and Debug for serde\_json::Map iterators ([#&#8203;1264](https://redirect.github.com/serde-rs/json/issues/1264), thanks [@&#8203;xlambein](https://redirect.github.com/xlambein)) - Implement Default for CompactFormatter ([#&#8203;1268](https://redirect.github.com/serde-rs/json/issues/1268), thanks [@&#8203;SOF3](https://redirect.github.com/SOF3)) - Implement FromStr for serde\_json::Map ([#&#8203;1271](https://redirect.github.com/serde-rs/json/issues/1271), thanks [@&#8203;mickvangelderen](https://redirect.github.com/mickvangelderen)) </details> <details> <summary>Stebalien/tempfile (tempfile)</summary> ### [`v3.21.0`](https://redirect.github.com/Stebalien/tempfile/blob/HEAD/CHANGELOG.md#3210) - Updated `windows-sys` requirement to allow version 0.60.x </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 9am on monday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined). 🚦 **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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi43IiwidXBkYXRlZEluVmVyIjoiNDEuODIuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c78a0d4 commit 5c5788e

File tree

2 files changed

+97
-77
lines changed

2 files changed

+97
-77
lines changed

0 commit comments

Comments
 (0)