fnm
fnm copied to clipboard
fix(deps): update rust crate url to v2.5.2
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
What's Changed
- fix panic on
xn--55555577
by @​Byron in https://github.com/servo/rust-url/pull/940 - Update idna to 1.0.1 by @​valenting in https://github.com/servo/rust-url/pull/945
- Revert "Reimplement idna on top of ICU4X" by @​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 branch.
Full Changelog: https://github.com/servo/rust-url/compare/v2.5.1...v2.5.2
v2.5.1
What's Changed
- Be more detailed in documentation of set_query by @​philippeitis in https://github.com/servo/rust-url/pull/737
- perf(punycode): avoid double allocation in decode_to_string by @​bishopcheckmate in https://github.com/servo/rust-url/pull/894
- Use SPECIAL_PATH_SEGMENT when encoding path in from_file_path by @​valenting in https://github.com/servo/rust-url/pull/902
- Add dependabot by @​oriontvv in https://github.com/servo/rust-url/pull/903
- Bump codecov/codecov-action from 3 to 4 by @​dependabot in https://github.com/servo/rust-url/pull/904
- Bump actions/upload-artifact from 2 to 4 by @​dependabot in https://github.com/servo/rust-url/pull/905
- Bump actions/checkout from 3 to 4 by @​dependabot in https://github.com/servo/rust-url/pull/906
- Fix non-base64 data URLs with % characters not followed by hex digits by @​SmaugPool in https://github.com/servo/rust-url/pull/797
- Rename
master
branch tomain
by @​mrobinson in https://github.com/servo/rust-url/pull/914 - Add bench for to_ascii on an already-Punycode name by @​hsivonen in https://github.com/servo/rust-url/pull/915
- Update URLs by @​atouchet in https://github.com/servo/rust-url/pull/916
- Fix lint by @​valenting in https://github.com/servo/rust-url/pull/920
- Fix multiple issues on wasm32, and runs url tests in CI by @​micolous in https://github.com/servo/rust-url/pull/886
- Non-special URLs can have their paths erased by @​DylanOToole2 in https://github.com/servo/rust-url/pull/921
- docs: document SyntaxViolation variants, remove bare URLs by @​aatifsyed in https://github.com/servo/rust-url/pull/924
- docs: Document possible replacements of the base URL by @​mo8it in https://github.com/servo/rust-url/pull/926
- Reimplement idna on top of ICU4X by @​hsivonen in https://github.com/servo/rust-url/pull/923
New Contributors
- @​philippeitis made their first contribution in https://github.com/servo/rust-url/pull/737
- @​bishopcheckmate made their first contribution in https://github.com/servo/rust-url/pull/894
- @​oriontvv made their first contribution in https://github.com/servo/rust-url/pull/903
- @​dependabot made their first contribution in https://github.com/servo/rust-url/pull/904
- @​SmaugPool made their first contribution in https://github.com/servo/rust-url/pull/797
- @​hsivonen made their first contribution in https://github.com/servo/rust-url/pull/915
- @​micolous made their first contribution in https://github.com/servo/rust-url/pull/886
- @​DylanOToole2 made their first contribution in https://github.com/servo/rust-url/pull/921
- @​aatifsyed made their first contribution in https://github.com/servo/rust-url/pull/924
- @​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
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 Mend Renovate. View repository job log here.