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 crate url to 2.5.0 (#311)
[![Mend Renovate logo banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [url](https://togithub.com/servo/rust-url) | workspace.dependencies | minor | `2.4.1` -> `2.5.0` | --- ### Release Notes <details> <summary>servo/rust-url (url)</summary> ### [`v2.5.0`](https://togithub.com/servo/rust-url/releases/tag/v2.5.0) [Compare Source](https://togithub.com/servo/rust-url/compare/v2.4.1...v2.5.0) #### What's Changed - Fix clippy by [@​valenting](https://togithub.com/valenting) in [https://github.com/servo/rust-url/pull/878](https://togithub.com/servo/rust-url/pull/878) - use checked addition to not panic in debug build by [@​Skgland](https://togithub.com/Skgland) in [https://github.com/servo/rust-url/pull/877](https://togithub.com/servo/rust-url/pull/877) - Fix search setting for non-special urls with space, query and fragment by [@​edgul](https://togithub.com/edgul) in [https://github.com/servo/rust-url/pull/879](https://togithub.com/servo/rust-url/pull/879) - Added #\[must_use] Attributes for Configuration Options by [@​Redfire75369](https://togithub.com/Redfire75369) in [https://github.com/servo/rust-url/pull/876](https://togithub.com/servo/rust-url/pull/876) - Correct spelling mistake in `Position` docs by [@​sprocklem](https://togithub.com/sprocklem) in [https://github.com/servo/rust-url/pull/875](https://togithub.com/servo/rust-url/pull/875) - Fix another overflow in punycode encode_into by [@​Skgland](https://togithub.com/Skgland) in [https://github.com/servo/rust-url/pull/880](https://togithub.com/servo/rust-url/pull/880) - Update url 2.5.0 by [@​valenting](https://togithub.com/valenting) in [https://github.com/servo/rust-url/pull/885](https://togithub.com/servo/rust-url/pull/885) #### New Contributors - [@​Skgland](https://togithub.com/Skgland) made their first contribution in [https://github.com/servo/rust-url/pull/877](https://togithub.com/servo/rust-url/pull/877) - [@​edgul](https://togithub.com/edgul) made their first contribution in [https://github.com/servo/rust-url/pull/879](https://togithub.com/servo/rust-url/pull/879) - [@​Redfire75369](https://togithub.com/Redfire75369) made their first contribution in [https://github.com/servo/rust-url/pull/876](https://togithub.com/servo/rust-url/pull/876) - [@​sprocklem](https://togithub.com/sprocklem) made their first contribution in [https://github.com/servo/rust-url/pull/875](https://togithub.com/servo/rust-url/pull/875) **Full Changelog**: servo/rust-url@v2.4.1...v2.5.0 </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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/matter-labs/zksync-withdrawal-finalizer). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information