servo/rust-url (url)
### [`v2.4.1`](https://togithub.com/servo/rust-url/releases/tag/v2.4.1)
[Compare Source](https://togithub.com/servo/rust-url/compare/v2.4.0...v2.4.1)
#### What's Changed
- Move debugger_visualizer tests to separate crate by [@lucacasonato](https://togithub.com/lucacasonato) in [https://github.com/servo/rust-url/pull/853](https://togithub.com/servo/rust-url/pull/853)
- Remove obsolete badge references by [@atouchet](https://togithub.com/atouchet) in [https://github.com/servo/rust-url/pull/852](https://togithub.com/servo/rust-url/pull/852)
- Fix trailing spaces in scheme / pathname / search setters by [@lucacasonato](https://togithub.com/lucacasonato) in [https://github.com/servo/rust-url/pull/848](https://togithub.com/servo/rust-url/pull/848)
- fix: implement std::error::Error for data-url by [@lucacasonato](https://togithub.com/lucacasonato) in [https://github.com/servo/rust-url/pull/698](https://togithub.com/servo/rust-url/pull/698)
- Enable the GitHub merge queue by [@mrobinson](https://togithub.com/mrobinson) in [https://github.com/servo/rust-url/pull/851](https://togithub.com/servo/rust-url/pull/851)
- Rewrite WPT runner by [@lucacasonato](https://togithub.com/lucacasonato) in [https://github.com/servo/rust-url/pull/857](https://togithub.com/servo/rust-url/pull/857)
- Implement std::error::Error for InvalidBase64 by [@lucacasonato](https://togithub.com/lucacasonato) in [https://github.com/servo/rust-url/pull/856](https://togithub.com/servo/rust-url/pull/856)
- Add `--generate-link-to-definition` option when building on docs.rs by [@GuillaumeGomez](https://togithub.com/GuillaumeGomez) in [https://github.com/servo/rust-url/pull/858](https://togithub.com/servo/rust-url/pull/858)
- Stabilize debugger_visualizer feature by [@lucacasonato](https://togithub.com/lucacasonato) in [https://github.com/servo/rust-url/pull/855](https://togithub.com/servo/rust-url/pull/855)
- Update WPT data and expectations by [@lucacasonato](https://togithub.com/lucacasonato) in [https://github.com/servo/rust-url/pull/859](https://togithub.com/servo/rust-url/pull/859)
- Fix no_std Support for idna by [@domenukk](https://togithub.com/domenukk) in [https://github.com/servo/rust-url/pull/843](https://togithub.com/servo/rust-url/pull/843)
- Fix panic in set_path for file URLs by [@valenting](https://togithub.com/valenting) in [https://github.com/servo/rust-url/pull/865](https://togithub.com/servo/rust-url/pull/865)
#### New Contributors
- [@mrobinson](https://togithub.com/mrobinson) made their first contribution in [https://github.com/servo/rust-url/pull/851](https://togithub.com/servo/rust-url/pull/851)
- [@GuillaumeGomez](https://togithub.com/GuillaumeGomez) made their first contribution in [https://github.com/servo/rust-url/pull/858](https://togithub.com/servo/rust-url/pull/858)
- [@domenukk](https://togithub.com/domenukk) made their first contribution in [https://github.com/servo/rust-url/pull/843](https://togithub.com/servo/rust-url/pull/843)
**Full Changelog**: https://github.com/servo/rust-url/compare/v2.4.0...v2.4.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.
This PR contains the following updates:
2.4.0
->2.4.1
Release Notes
servo/rust-url (url)
### [`v2.4.1`](https://togithub.com/servo/rust-url/releases/tag/v2.4.1) [Compare Source](https://togithub.com/servo/rust-url/compare/v2.4.0...v2.4.1) #### What's Changed - Move debugger_visualizer tests to separate crate by [@lucacasonato](https://togithub.com/lucacasonato) in [https://github.com/servo/rust-url/pull/853](https://togithub.com/servo/rust-url/pull/853) - Remove obsolete badge references by [@atouchet](https://togithub.com/atouchet) in [https://github.com/servo/rust-url/pull/852](https://togithub.com/servo/rust-url/pull/852) - Fix trailing spaces in scheme / pathname / search setters by [@lucacasonato](https://togithub.com/lucacasonato) in [https://github.com/servo/rust-url/pull/848](https://togithub.com/servo/rust-url/pull/848) - fix: implement std::error::Error for data-url by [@lucacasonato](https://togithub.com/lucacasonato) in [https://github.com/servo/rust-url/pull/698](https://togithub.com/servo/rust-url/pull/698) - Enable the GitHub merge queue by [@mrobinson](https://togithub.com/mrobinson) in [https://github.com/servo/rust-url/pull/851](https://togithub.com/servo/rust-url/pull/851) - Rewrite WPT runner by [@lucacasonato](https://togithub.com/lucacasonato) in [https://github.com/servo/rust-url/pull/857](https://togithub.com/servo/rust-url/pull/857) - Implement std::error::Error for InvalidBase64 by [@lucacasonato](https://togithub.com/lucacasonato) in [https://github.com/servo/rust-url/pull/856](https://togithub.com/servo/rust-url/pull/856) - Add `--generate-link-to-definition` option when building on docs.rs by [@GuillaumeGomez](https://togithub.com/GuillaumeGomez) in [https://github.com/servo/rust-url/pull/858](https://togithub.com/servo/rust-url/pull/858) - Stabilize debugger_visualizer feature by [@lucacasonato](https://togithub.com/lucacasonato) in [https://github.com/servo/rust-url/pull/855](https://togithub.com/servo/rust-url/pull/855) - Update WPT data and expectations by [@lucacasonato](https://togithub.com/lucacasonato) in [https://github.com/servo/rust-url/pull/859](https://togithub.com/servo/rust-url/pull/859) - Fix no_std Support for idna by [@domenukk](https://togithub.com/domenukk) in [https://github.com/servo/rust-url/pull/843](https://togithub.com/servo/rust-url/pull/843) - Fix panic in set_path for file URLs by [@valenting](https://togithub.com/valenting) in [https://github.com/servo/rust-url/pull/865](https://togithub.com/servo/rust-url/pull/865) #### New Contributors - [@mrobinson](https://togithub.com/mrobinson) made their first contribution in [https://github.com/servo/rust-url/pull/851](https://togithub.com/servo/rust-url/pull/851) - [@GuillaumeGomez](https://togithub.com/GuillaumeGomez) made their first contribution in [https://github.com/servo/rust-url/pull/858](https://togithub.com/servo/rust-url/pull/858) - [@domenukk](https://togithub.com/domenukk) made their first contribution in [https://github.com/servo/rust-url/pull/843](https://togithub.com/servo/rust-url/pull/843) **Full Changelog**: https://github.com/servo/rust-url/compare/v2.4.0...v2.4.1Configuration
📅 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.
This PR has been generated by Mend Renovate. View repository job log here.