fix(deps): update rust crate url to v2.5.2 #31

Merged
realaravinth merged 1 commit from renovate/url-2.x-lockfile into master 2024-06-25 11:47:29 +05:30
Collaborator

This PR contains the following updates:

Package Type Update Change
url dependencies patch 2.5.0 -> 2.5.2

Release Notes

servo/rust-url (url)

v2.5.2

Compare Source

What's Changed

This release reverts recent IDNA changes and the MSRV back to rust 1.56
The idna v1.0.1 crate now lives on the idna-v1x branch.

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

v2.5.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/servo/rust-url/compare/v2.5.0...v2.5.1


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.0` -> `2.5.2` | --- ### Release Notes <details> <summary>servo/rust-url (url)</summary> ### [`v2.5.2`](https://github.com/servo/rust-url/releases/tag/v2.5.2) [Compare Source](https://github.com/servo/rust-url/compare/v2.5.1...v2.5.2) #### What's Changed - fix panic on `xn--55555577` by [@&#8203;Byron](https://github.com/Byron) in https://github.com/servo/rust-url/pull/940 - Update idna to 1.0.1 by [@&#8203;valenting](https://github.com/valenting) in https://github.com/servo/rust-url/pull/945 - Revert "Reimplement idna on top of ICU4X" by [@&#8203;valenting](https://github.com/valenting) in https://github.com/servo/rust-url/pull/946 This release reverts recent IDNA changes and the MSRV back to rust 1.56 The idna v1.0.1 crate now lives on the [idna-v1x](https://github.com/servo/rust-url/tree/idna-v1x) branch. **Full Changelog**: https://github.com/servo/rust-url/compare/v2.5.1...v2.5.2 ### [`v2.5.1`](https://github.com/servo/rust-url/releases/tag/v2.5.1) [Compare Source](https://github.com/servo/rust-url/compare/v2.5.0...v2.5.1) #### What's Changed - Be more detailed in documentation of set_query by [@&#8203;philippeitis](https://github.com/philippeitis) in https://github.com/servo/rust-url/pull/737 - perf(punycode): avoid double allocation in decode_to_string by [@&#8203;bishopcheckmate](https://github.com/bishopcheckmate) in https://github.com/servo/rust-url/pull/894 - Use SPECIAL_PATH_SEGMENT when encoding path in from_file_path by [@&#8203;valenting](https://github.com/valenting) in https://github.com/servo/rust-url/pull/902 - Add dependabot by [@&#8203;oriontvv](https://github.com/oriontvv) in https://github.com/servo/rust-url/pull/903 - Bump codecov/codecov-action from 3 to 4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/servo/rust-url/pull/904 - Bump actions/upload-artifact from 2 to 4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/servo/rust-url/pull/905 - Bump actions/checkout from 3 to 4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/servo/rust-url/pull/906 - Fix non-base64 data URLs with % characters not followed by hex digits by [@&#8203;SmaugPool](https://github.com/SmaugPool) in https://github.com/servo/rust-url/pull/797 - Rename `master` branch to `main` by [@&#8203;mrobinson](https://github.com/mrobinson) in https://github.com/servo/rust-url/pull/914 - Add bench for to_ascii on an already-Punycode name by [@&#8203;hsivonen](https://github.com/hsivonen) in https://github.com/servo/rust-url/pull/915 - Update URLs by [@&#8203;atouchet](https://github.com/atouchet) in https://github.com/servo/rust-url/pull/916 - Fix lint by [@&#8203;valenting](https://github.com/valenting) in https://github.com/servo/rust-url/pull/920 - Fix multiple issues on wasm32, and runs url tests in CI by [@&#8203;micolous](https://github.com/micolous) in https://github.com/servo/rust-url/pull/886 - Non-special URLs can have their paths erased by [@&#8203;DylanOToole2](https://github.com/DylanOToole2) in https://github.com/servo/rust-url/pull/921 - docs: document SyntaxViolation variants, remove bare URLs by [@&#8203;aatifsyed](https://github.com/aatifsyed) in https://github.com/servo/rust-url/pull/924 - docs: Document possible replacements of the base URL by [@&#8203;mo8it](https://github.com/mo8it) in https://github.com/servo/rust-url/pull/926 - Reimplement idna on top of ICU4X by [@&#8203;hsivonen](https://github.com/hsivonen) in https://github.com/servo/rust-url/pull/923 #### New Contributors - [@&#8203;philippeitis](https://github.com/philippeitis) made their first contribution in https://github.com/servo/rust-url/pull/737 - [@&#8203;bishopcheckmate](https://github.com/bishopcheckmate) made their first contribution in https://github.com/servo/rust-url/pull/894 - [@&#8203;oriontvv](https://github.com/oriontvv) made their first contribution in https://github.com/servo/rust-url/pull/903 - [@&#8203;dependabot](https://github.com/dependabot) made their first contribution in https://github.com/servo/rust-url/pull/904 - [@&#8203;SmaugPool](https://github.com/SmaugPool) made their first contribution in https://github.com/servo/rust-url/pull/797 - [@&#8203;hsivonen](https://github.com/hsivonen) made their first contribution in https://github.com/servo/rust-url/pull/915 - [@&#8203;micolous](https://github.com/micolous) made their first contribution in https://github.com/servo/rust-url/pull/886 - [@&#8203;DylanOToole2](https://github.com/DylanOToole2) made their first contribution in https://github.com/servo/rust-url/pull/921 - [@&#8203;aatifsyed](https://github.com/aatifsyed) made their first contribution in https://github.com/servo/rust-url/pull/924 - [@&#8203;mo8it](https://github.com/mo8it) made their first contribution in https://github.com/servo/rust-url/pull/926 **Full Changelog**: https://github.com/servo/rust-url/compare/v2.5.0...v2.5.1 </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTIuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQxMi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlLWJvdCJdfQ==-->
renovate-bot added 1 commit 2024-06-19 02:01:15 +05:30
fix(deps): update rust crate url to v2.5.2
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful
e5a0c1914a
realaravinth merged commit 165f3b735a into master 2024-06-25 11:47:29 +05:30
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: realaravinth/dumbserve#31
No description provided.