Update Rust crate url to v2.5.3
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
url | dependencies | patch |
2.5.2 -> 2.5.3
|
Release Notes
servo/rust-url (url)
v2.5.3
What's Changed
- fix: enable wasip2 feature for wasm32-wasip2 target by @brooksmtownsend in https://github.com/servo/rust-url/pull/960
- Fix idna tests with no_std by @cjwatson in https://github.com/servo/rust-url/pull/963
- Fix debugger_visualizer test failures. by @valenting in https://github.com/servo/rust-url/pull/967
- Add AsciiSet::EMPTY and boolean operators by @joshka in https://github.com/servo/rust-url/pull/969
- mention why we pin unicode-width by @Manishearth in https://github.com/servo/rust-url/pull/972
- refactor and add tests for percent encoding by @joshka in https://github.com/servo/rust-url/pull/977
- Add a test for and fix issue #974 by @hansl in https://github.com/servo/rust-url/pull/975
-
no_std
support for theurl
crate by @domenukk in https://github.com/servo/rust-url/pull/831 - Normalize URL paths: convert /.//p, /..//p, and //p to p by @theskim in https://github.com/servo/rust-url/pull/943
- support Hermit by @m-mueller678 in https://github.com/servo/rust-url/pull/985
- fix: support
wasm32-wasip2
on the stable channel by @brooksmtownsend in https://github.com/servo/rust-url/pull/983 - Improve serde error output by @konstin in https://github.com/servo/rust-url/pull/982
- OSS-Fuzz: Add more fuzzer by @arthurscchan in https://github.com/servo/rust-url/pull/988
- Merge idna-v1x to main by @hsivonen in https://github.com/servo/rust-url/pull/990
New Contributors
- @brooksmtownsend made their first contribution in https://github.com/servo/rust-url/pull/960
- @cjwatson made their first contribution in https://github.com/servo/rust-url/pull/963
- @joshka made their first contribution in https://github.com/servo/rust-url/pull/969
- @hansl made their first contribution in https://github.com/servo/rust-url/pull/975
- @theskim made their first contribution in https://github.com/servo/rust-url/pull/943
- @m-mueller678 made their first contribution in https://github.com/servo/rust-url/pull/985
- @konstin made their first contribution in https://github.com/servo/rust-url/pull/982
- @arthurscchan made their first contribution in https://github.com/servo/rust-url/pull/988
Full Changelog: https://github.com/servo/rust-url/compare/v2.5.2...v2.5.3
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.