fix(deps): update rust crate url to v2.5.7 #74

Open
renovate-bot wants to merge 1 commit from renovate/url-2.x-lockfile into master
Collaborator

This PR contains the following updates:

Package Type Update Change
url dependencies patch 2.5.2 -> 2.5.7

Release Notes

servo/rust-url (url)

v2.5.5

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/servo/rust-url/compare/v2.5.4...v2.5.5

v2.5.4

Compare Source

What's Changed

  • Revert "Normalize URL paths: convert /.//p, /..//p, and //p to p (#​943)" by @​valenting in #​999
  • Updates the MSRV to 1.63 required though the libc v0.2.164 dependency

Full Changelog: https://github.com/servo/rust-url/compare/v2.5.3...v2.5.4

v2.5.3

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/servo/rust-url/compare/v2.5.2...v2.5.3


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [url](https://github.com/servo/rust-url) | dependencies | patch | `2.5.2` -> `2.5.7` | --- ### Release Notes <details> <summary>servo/rust-url (url)</summary> ### [`v2.5.5`](https://github.com/servo/rust-url/releases/tag/v2.5.5) [Compare Source](https://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://github.com/mxinden) in [#&#8203;1003](https://github.com/servo/rust-url/pull/1003) - ci: run unit tests with sanitizers by [@&#8203;mxinden](https://github.com/mxinden) in [#&#8203;1002](https://github.com/servo/rust-url/pull/1002) - fix small typo by [@&#8203;hkBst](https://github.com/hkBst) in [#&#8203;1011](https://github.com/servo/rust-url/pull/1011) - chore: fix clippy errors on main by [@&#8203;dsherret](https://github.com/dsherret) in [#&#8203;1019](https://github.com/servo/rust-url/pull/1019) - perf: remove heap allocation in parse\_query by [@&#8203;dsherret](https://github.com/dsherret) in [#&#8203;1020](https://github.com/servo/rust-url/pull/1020) - perf: slightly improve parsing a port by [@&#8203;dsherret](https://github.com/dsherret) in [#&#8203;1022](https://github.com/servo/rust-url/pull/1022) - perf: improve to\_file\_path() by [@&#8203;dsherret](https://github.com/dsherret) in [#&#8203;1018](https://github.com/servo/rust-url/pull/1018) - perf: make parse\_scheme slightly faster by [@&#8203;dsherret](https://github.com/dsherret) in [#&#8203;1025](https://github.com/servo/rust-url/pull/1025) - update LICENSE-MIT by [@&#8203;wmjae](https://github.com/wmjae) in [#&#8203;1029](https://github.com/servo/rust-url/pull/1029) - perf: url encode path segments in longer string slices by [@&#8203;dsherret](https://github.com/dsherret) in [#&#8203;1026](https://github.com/servo/rust-url/pull/1026) - Disable the default features on serde by [@&#8203;rilipco](https://github.com/rilipco) in [#&#8203;1033](https://github.com/servo/rust-url/pull/1033) - docs: base url relative join by [@&#8203;tisonkun](https://github.com/tisonkun) in [#&#8203;1013](https://github.com/servo/rust-url/pull/1013) - perf: remove heap allocation in parse\_host by [@&#8203;dsherret](https://github.com/dsherret) in [#&#8203;1021](https://github.com/servo/rust-url/pull/1021) - Update tests to Unicode 16.0 by [@&#8203;hsivonen](https://github.com/hsivonen) in [#&#8203;1045](https://github.com/servo/rust-url/pull/1045) - Add some some basic functions to `Mime` by [@&#8203;mrobinson](https://github.com/mrobinson) in [#&#8203;1047](https://github.com/servo/rust-url/pull/1047) - ran `cargo clippy --fix -- -Wclippy::use_self` by [@&#8203;mrobinson](https://github.com/mrobinson) in [#&#8203;1048](https://github.com/servo/rust-url/pull/1048) - Fix MSRV and clippy CI by [@&#8203;Manishearth](https://github.com/Manishearth) in [#&#8203;1058](https://github.com/servo/rust-url/pull/1058) - Update `Url::domain` docs to show that it includes subdomain by [@&#8203;supercoolspy](https://github.com/supercoolspy) in [#&#8203;1057](https://github.com/servo/rust-url/pull/1057) - set\_hostname should error when encountering colon ':' by [@&#8203;edgul](https://github.com/edgul) in [#&#8203;1060](https://github.com/servo/rust-url/pull/1060) - version bump to 2.5.5 by [@&#8203;edgul](https://github.com/edgul) in [#&#8203;1061](https://github.com/servo/rust-url/pull/1061) #### New Contributors - [@&#8203;mxinden](https://github.com/mxinden) made their first contribution in [#&#8203;1003](https://github.com/servo/rust-url/pull/1003) - [@&#8203;hkBst](https://github.com/hkBst) made their first contribution in [#&#8203;1011](https://github.com/servo/rust-url/pull/1011) - [@&#8203;wmjae](https://github.com/wmjae) made their first contribution in [#&#8203;1029](https://github.com/servo/rust-url/pull/1029) - [@&#8203;rilipco](https://github.com/rilipco) made their first contribution in [#&#8203;1033](https://github.com/servo/rust-url/pull/1033) - [@&#8203;tisonkun](https://github.com/tisonkun) made their first contribution in [#&#8203;1013](https://github.com/servo/rust-url/pull/1013) - [@&#8203;supercoolspy](https://github.com/supercoolspy) made their first contribution in [#&#8203;1057](https://github.com/servo/rust-url/pull/1057) **Full Changelog**: <https://github.com/servo/rust-url/compare/v2.5.4...v2.5.5> ### [`v2.5.4`](https://github.com/servo/rust-url/releases/tag/v2.5.4) [Compare Source](https://github.com/servo/rust-url/compare/v2.5.3...v2.5.4) #### What's Changed - Revert "Normalize URL paths: convert /.//p, /..//p, and //p to p ([#&#8203;943](https://github.com/servo/rust-url/issues/943))" by [@&#8203;valenting](https://github.com/valenting) in [#&#8203;999](https://github.com/servo/rust-url/pull/999) - Updates the MSRV to 1.63 required though the libc v0.2.164 dependency **Full Changelog**: <https://github.com/servo/rust-url/compare/v2.5.3...v2.5.4> ### [`v2.5.3`](https://github.com/servo/rust-url/releases/tag/v2.5.3) [Compare Source](https://github.com/servo/rust-url/compare/v2.5.2...v2.5.3) #### What's Changed - fix: enable wasip2 feature for wasm32-wasip2 target by [@&#8203;brooksmtownsend](https://github.com/brooksmtownsend) in [#&#8203;960](https://github.com/servo/rust-url/pull/960) - Fix idna tests with no\_std by [@&#8203;cjwatson](https://github.com/cjwatson) in [#&#8203;963](https://github.com/servo/rust-url/pull/963) - Fix debugger\_visualizer test failures. by [@&#8203;valenting](https://github.com/valenting) in [#&#8203;967](https://github.com/servo/rust-url/pull/967) - Add AsciiSet::EMPTY and boolean operators by [@&#8203;joshka](https://github.com/joshka) in [#&#8203;969](https://github.com/servo/rust-url/pull/969) - mention why we pin unicode-width by [@&#8203;Manishearth](https://github.com/Manishearth) in [#&#8203;972](https://github.com/servo/rust-url/pull/972) - refactor and add tests for percent encoding by [@&#8203;joshka](https://github.com/joshka) in [#&#8203;977](https://github.com/servo/rust-url/pull/977) - Add a test for and fix issue [#&#8203;974](https://github.com/servo/rust-url/issues/974) by [@&#8203;hansl](https://github.com/hansl) in [#&#8203;975](https://github.com/servo/rust-url/pull/975) - `no_std` support for the `url` crate by [@&#8203;domenukk](https://github.com/domenukk) in [#&#8203;831](https://github.com/servo/rust-url/pull/831) - Normalize URL paths: convert /.//p, /..//p, and //p to p by [@&#8203;theskim](https://github.com/theskim) in [#&#8203;943](https://github.com/servo/rust-url/pull/943) - support Hermit by [@&#8203;m-mueller678](https://github.com/m-mueller678) in [#&#8203;985](https://github.com/servo/rust-url/pull/985) - fix: support `wasm32-wasip2` on the stable channel by [@&#8203;brooksmtownsend](https://github.com/brooksmtownsend) in [#&#8203;983](https://github.com/servo/rust-url/pull/983) - Improve serde error output by [@&#8203;konstin](https://github.com/konstin) in [#&#8203;982](https://github.com/servo/rust-url/pull/982) - OSS-Fuzz: Add more fuzzer by [@&#8203;arthurscchan](https://github.com/arthurscchan) in [#&#8203;988](https://github.com/servo/rust-url/pull/988) - Merge idna-v1x to main by [@&#8203;hsivonen](https://github.com/hsivonen) in [#&#8203;990](https://github.com/servo/rust-url/pull/990) #### New Contributors - [@&#8203;brooksmtownsend](https://github.com/brooksmtownsend) made their first contribution in [#&#8203;960](https://github.com/servo/rust-url/pull/960) - [@&#8203;cjwatson](https://github.com/cjwatson) made their first contribution in [#&#8203;963](https://github.com/servo/rust-url/pull/963) - [@&#8203;joshka](https://github.com/joshka) made their first contribution in [#&#8203;969](https://github.com/servo/rust-url/pull/969) - [@&#8203;hansl](https://github.com/hansl) made their first contribution in [#&#8203;975](https://github.com/servo/rust-url/pull/975) - [@&#8203;theskim](https://github.com/theskim) made their first contribution in [#&#8203;943](https://github.com/servo/rust-url/pull/943) - [@&#8203;m-mueller678](https://github.com/m-mueller678) made their first contribution in [#&#8203;985](https://github.com/servo/rust-url/pull/985) - [@&#8203;konstin](https://github.com/konstin) made their first contribution in [#&#8203;982](https://github.com/servo/rust-url/pull/982) - [@&#8203;arthurscchan](https://github.com/arthurscchan) made their first contribution in [#&#8203;988](https://github.com/servo/rust-url/pull/988) **Full Changelog**: <https://github.com/servo/rust-url/compare/v2.5.2...v2.5.3> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi4yIiwidXBkYXRlZEluVmVyIjoiNDEuODIuMTAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsicmVub3ZhdGUtYm90Il19-->
renovate-bot force-pushed renovate/url-2.x-lockfile from c794de66b4 to a4a2a4d10e 2025-04-07 05:14:46 +05:30 Compare
renovate-bot force-pushed renovate/url-2.x-lockfile from a4a2a4d10e to 94fe13e51e 2025-08-25 05:17:05 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate url to v2.5.4 to fix(deps): update rust crate url to v2.5.7 2025-08-25 05:17:05 +05:30
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/url-2.x-lockfile:renovate/url-2.x-lockfile
git switch renovate/url-2.x-lockfile

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff renovate/url-2.x-lockfile
git switch renovate/url-2.x-lockfile
git rebase master
git switch master
git merge --ff-only renovate/url-2.x-lockfile
git switch renovate/url-2.x-lockfile
git rebase master
git switch master
git merge --no-ff renovate/url-2.x-lockfile
git switch master
git merge --squash renovate/url-2.x-lockfile
git switch master
git merge --ff-only renovate/url-2.x-lockfile
git switch master
git merge renovate/url-2.x-lockfile
git push origin master
Sign in to join this conversation.
No description provided.