Skip to content

Commit 0db4652

Browse files
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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;valenting](https://togithub.com/valenting) in [https://github.com/servo/rust-url/pull/885](https://togithub.com/servo/rust-url/pull/885) #### New Contributors - [@&#8203;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) - [@&#8203;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) - [@&#8203;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) - [@&#8203;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>
1 parent 5b21066 commit 0db4652

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,5 @@ tx-sender = { path = "./tx-sender" }
6565
finalizer = { path = "./finalizer" }
6666
tokio-stream = "0.1.14"
6767
tokio-util = "0.7.10"
68-
url = "2.4.1"
68+
url = "2.5.0"
6969
vlog = { path = "./vlog" }

0 commit comments

Comments
 (0)