Skip to content

Commit 4e1c895

Browse files
chore(deps): lock file maintenance rust crates (#664)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | | | lockFileMaintenance | All locks refreshed | | [cfg-if](https://redirect.github.com/rust-lang/cfg-if) | dependencies | patch | `1.0.1` -> `1.0.3` | | [indexmap](https://redirect.github.com/indexmap-rs/indexmap) | dependencies | minor | `2.10.0` -> `2.11.0` | | [serde_json](https://redirect.github.com/serde-rs/json) | dependencies | patch | `1.0.142` -> `1.0.143` | | [thiserror](https://redirect.github.com/dtolnay/thiserror) | dependencies | patch | `2.0.15` -> `2.0.16` | | [url](https://redirect.github.com/servo/rust-url) | dependencies | patch | `2.5.4` -> `2.5.7` | 🔧 This Pull Request updates lock files to use the latest dependency versions. --- ### Release Notes <details> <summary>rust-lang/cfg-if (cfg-if)</summary> ### [`v1.0.3`](https://redirect.github.com/rust-lang/cfg-if/blob/HEAD/CHANGELOG.md#103---2025-08-19) [Compare Source](https://redirect.github.com/rust-lang/cfg-if/compare/v1.0.2...v1.0.3) - Revert "Remove `@__identity` rule." ### [`v1.0.2`](https://redirect.github.com/rust-lang/cfg-if/blob/HEAD/CHANGELOG.md#102---2025-08-19) [Compare Source](https://redirect.github.com/rust-lang/cfg-if/compare/v1.0.1...v1.0.2) - Remove `@__identity` rule. </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>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>dtolnay/thiserror (thiserror)</summary> ### [`v2.0.16`](https://redirect.github.com/dtolnay/thiserror/releases/tag/2.0.16) [Compare Source](https://redirect.github.com/dtolnay/thiserror/compare/2.0.15...2.0.16) - Add to "no-std" crates.io category ([#&#8203;429](https://redirect.github.com/dtolnay/thiserror/issues/429)) </details> <details> <summary>servo/rust-url (url)</summary> ### [`v2.5.5`](https://redirect.github.com/servo/rust-url/releases/tag/v2.5.5) [Compare Source](https://redirect.github.com/servo/rust-url/compare/v2.5.4...v2.5.5) ##### What's Changed - ci: downgrade crates when building for Rust 1.67.0 by [@&#8203;mxinden](https://redirect.github.com/mxinden) in [https://github.com/servo/rust-url/pull/1003](https://redirect.github.com/servo/rust-url/pull/1003) - ci: run unit tests with sanitizers by [@&#8203;mxinden](https://redirect.github.com/mxinden) in [https://github.com/servo/rust-url/pull/1002](https://redirect.github.com/servo/rust-url/pull/1002) - fix small typo by [@&#8203;hkBst](https://redirect.github.com/hkBst) in [https://github.com/servo/rust-url/pull/1011](https://redirect.github.com/servo/rust-url/pull/1011) - chore: fix clippy errors on main by [@&#8203;dsherret](https://redirect.github.com/dsherret) in [https://github.com/servo/rust-url/pull/1019](https://redirect.github.com/servo/rust-url/pull/1019) - perf: remove heap allocation in parse\_query by [@&#8203;dsherret](https://redirect.github.com/dsherret) in [https://github.com/servo/rust-url/pull/1020](https://redirect.github.com/servo/rust-url/pull/1020) - perf: slightly improve parsing a port by [@&#8203;dsherret](https://redirect.github.com/dsherret) in [https://github.com/servo/rust-url/pull/1022](https://redirect.github.com/servo/rust-url/pull/1022) - perf: improve to\_file\_path() by [@&#8203;dsherret](https://redirect.github.com/dsherret) in [https://github.com/servo/rust-url/pull/1018](https://redirect.github.com/servo/rust-url/pull/1018) - perf: make parse\_scheme slightly faster by [@&#8203;dsherret](https://redirect.github.com/dsherret) in [https://github.com/servo/rust-url/pull/1025](https://redirect.github.com/servo/rust-url/pull/1025) - update LICENSE-MIT by [@&#8203;wmjae](https://redirect.github.com/wmjae) in [https://github.com/servo/rust-url/pull/1029](https://redirect.github.com/servo/rust-url/pull/1029) - perf: url encode path segments in longer string slices by [@&#8203;dsherret](https://redirect.github.com/dsherret) in [https://github.com/servo/rust-url/pull/1026](https://redirect.github.com/servo/rust-url/pull/1026) - Disable the default features on serde by [@&#8203;rilipco](https://redirect.github.com/rilipco) in [https://github.com/servo/rust-url/pull/1033](https://redirect.github.com/servo/rust-url/pull/1033) - docs: base url relative join by [@&#8203;tisonkun](https://redirect.github.com/tisonkun) in [https://github.com/servo/rust-url/pull/1013](https://redirect.github.com/servo/rust-url/pull/1013) - perf: remove heap allocation in parse\_host by [@&#8203;dsherret](https://redirect.github.com/dsherret) in [https://github.com/servo/rust-url/pull/1021](https://redirect.github.com/servo/rust-url/pull/1021) - Update tests to Unicode 16.0 by [@&#8203;hsivonen](https://redirect.github.com/hsivonen) in [https://github.com/servo/rust-url/pull/1045](https://redirect.github.com/servo/rust-url/pull/1045) - Add some some basic functions to `Mime` by [@&#8203;mrobinson](https://redirect.github.com/mrobinson) in [https://github.com/servo/rust-url/pull/1047](https://redirect.github.com/servo/rust-url/pull/1047) - ran `cargo clippy --fix -- -Wclippy::use_self` by [@&#8203;mrobinson](https://redirect.github.com/mrobinson) in [https://github.com/servo/rust-url/pull/1048](https://redirect.github.com/servo/rust-url/pull/1048) - Fix MSRV and clippy CI by [@&#8203;Manishearth](https://redirect.github.com/Manishearth) in [https://github.com/servo/rust-url/pull/1058](https://redirect.github.com/servo/rust-url/pull/1058) - Update `Url::domain` docs to show that it includes subdomain by [@&#8203;supercoolspy](https://redirect.github.com/supercoolspy) in [https://github.com/servo/rust-url/pull/1057](https://redirect.github.com/servo/rust-url/pull/1057) - set\_hostname should error when encountering colon ':' by [@&#8203;edgul](https://redirect.github.com/edgul) in [https://github.com/servo/rust-url/pull/1060](https://redirect.github.com/servo/rust-url/pull/1060) - version bump to 2.5.5 by [@&#8203;edgul](https://redirect.github.com/edgul) in [https://github.com/servo/rust-url/pull/1061](https://redirect.github.com/servo/rust-url/pull/1061) ##### New Contributors - [@&#8203;mxinden](https://redirect.github.com/mxinden) made their first contribution in [https://github.com/servo/rust-url/pull/1003](https://redirect.github.com/servo/rust-url/pull/1003) - [@&#8203;hkBst](https://redirect.github.com/hkBst) made their first contribution in [https://github.com/servo/rust-url/pull/1011](https://redirect.github.com/servo/rust-url/pull/1011) - [@&#8203;wmjae](https://redirect.github.com/wmjae) made their first contribution in [https://github.com/servo/rust-url/pull/1029](https://redirect.github.com/servo/rust-url/pull/1029) - [@&#8203;rilipco](https://redirect.github.com/rilipco) made their first contribution in [https://github.com/servo/rust-url/pull/1033](https://redirect.github.com/servo/rust-url/pull/1033) - [@&#8203;tisonkun](https://redirect.github.com/tisonkun) made their first contribution in [https://github.com/servo/rust-url/pull/1013](https://redirect.github.com/servo/rust-url/pull/1013) - [@&#8203;supercoolspy](https://redirect.github.com/supercoolspy) made their first contribution in [https://github.com/servo/rust-url/pull/1057](https://redirect.github.com/servo/rust-url/pull/1057) **Full Changelog**: servo/rust-url@v2.5.4...v2.5.5 </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-resolver). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi43IiwidXBkYXRlZEluVmVyIjoiNDEuODIuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a855d4e commit 4e1c895

File tree

1 file changed

+33
-32
lines changed

1 file changed

+33
-32
lines changed

Cargo.lock

Lines changed: 33 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)