Skip to content

Commit

Permalink
chore(deps): update rust crate url to 2.5.0 (#311)
Browse files Browse the repository at this point in the history
[![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
[servo/rust-url#878
- use checked addition to not panic in debug build by
[@&#8203;Skgland](https://togithub.com/Skgland) in
[servo/rust-url#877
- Fix search setting for non-special urls with space, query and fragment
by [@&#8203;edgul](https://togithub.com/edgul) in
[servo/rust-url#879
- Added #\[must_use] Attributes for Configuration Options by
[@&#8203;Redfire75369](https://togithub.com/Redfire75369) in
[servo/rust-url#876
- Correct spelling mistake in `Position` docs by
[@&#8203;sprocklem](https://togithub.com/sprocklem) in
[servo/rust-url#875
- Fix another overflow in punycode encode_into by
[@&#8203;Skgland](https://togithub.com/Skgland) in
[servo/rust-url#880
- Update url 2.5.0 by
[@&#8203;valenting](https://togithub.com/valenting) in
[servo/rust-url#885

#### New Contributors

- [@&#8203;Skgland](https://togithub.com/Skgland) made their first
contribution in
[servo/rust-url#877
- [@&#8203;edgul](https://togithub.com/edgul) made their first
contribution in
[servo/rust-url#879
- [@&#8203;Redfire75369](https://togithub.com/Redfire75369) made their
first contribution in
[servo/rust-url#876
- [@&#8203;sprocklem](https://togithub.com/sprocklem) made their first
contribution in
[servo/rust-url#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
renovate[bot] committed Nov 23, 2023
1 parent 5b21066 commit 0db4652
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ tx-sender = { path = "./tx-sender" }
finalizer = { path = "./finalizer" }
tokio-stream = "0.1.14"
tokio-util = "0.7.10"
url = "2.4.1"
url = "2.5.0"
vlog = { path = "./vlog" }

0 comments on commit 0db4652

Please sign in to comment.