[PR #711] [CLOSED] Bump url from 2.5.4 to 2.5.7 #1203

Closed
opened 2026-03-15 11:24:09 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/asciinema/asciinema/pull/711
Author: @dependabot[bot]
Created: 10/27/2025
Status: Closed

Base: developHead: dependabot/cargo/url-2.5.7


📝 Commits (1)

  • 11db34b Bump url from 2.5.4 to 2.5.7

📊 Changes

1 file changed (+9 additions, -8 deletions)

View changed files

📝 Cargo.lock (+9 -8)

📄 Description

Bumps url from 2.5.4 to 2.5.7.

Release notes

Sourced from url's releases.

v2.5.7

What's Changed

v.2.5.6

v.2.5.7

New Contributors

Full Changelog: https://github.com/servo/rust-url/compare/v2.5.5...v2.5.7

v2.5.5

What's Changed

New Contributors

Full Changelog: https://github.com/servo/rust-url/compare/v2.5.4...v2.5.5

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/asciinema/asciinema/pull/711 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/27/2025 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `dependabot/cargo/url-2.5.7` --- ### 📝 Commits (1) - [`11db34b`](https://github.com/asciinema/asciinema/commit/11db34b5c2fecc17d7e8e876ade346ff003a57c7) Bump url from 2.5.4 to 2.5.7 ### 📊 Changes **1 file changed** (+9 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+9 -8) </details> ### 📄 Description Bumps [url](https://github.com/servo/rust-url) from 2.5.4 to 2.5.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/servo/rust-url/releases">url's releases</a>.</em></p> <blockquote> <h2>v2.5.7</h2> <h2>What's Changed</h2> <h3>v.2.5.6</h3> <ul> <li>Bump versions by <a href="https://github.com/valenting"><code>@​valenting</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/1062">servo/rust-url#1062</a></li> <li>version bump to 2.5.6 by <a href="https://github.com/edgul"><code>@​edgul</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/1065">servo/rust-url#1065</a></li> <li>Use no-std instead of no_std in Cargo.toml by <a href="https://github.com/valenting"><code>@​valenting</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/1064">servo/rust-url#1064</a></li> <li>fix: add Serde std feature if needed by <a href="https://github.com/reneca"><code>@​reneca</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/1068">servo/rust-url#1068</a></li> </ul> <h3>v.2.5.7</h3> <ul> <li>make serde std feature use optional syntax by <a href="https://github.com/klensy"><code>@​klensy</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/1071">servo/rust-url#1071</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/reneca"><code>@​reneca</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/1068">servo/rust-url#1068</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/servo/rust-url/compare/v2.5.5...v2.5.7">https://github.com/servo/rust-url/compare/v2.5.5...v2.5.7</a></p> <h2>v2.5.5</h2> <h2>What's Changed</h2> <ul> <li>ci: downgrade crates when building for Rust 1.67.0 by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/1003">servo/rust-url#1003</a></li> <li>ci: run unit tests with sanitizers by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/1002">servo/rust-url#1002</a></li> <li>fix small typo by <a href="https://github.com/hkBst"><code>@​hkBst</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/1011">servo/rust-url#1011</a></li> <li>chore: fix clippy errors on main by <a href="https://github.com/dsherret"><code>@​dsherret</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/1019">servo/rust-url#1019</a></li> <li>perf: remove heap allocation in parse_query by <a href="https://github.com/dsherret"><code>@​dsherret</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/1020">servo/rust-url#1020</a></li> <li>perf: slightly improve parsing a port by <a href="https://github.com/dsherret"><code>@​dsherret</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/1022">servo/rust-url#1022</a></li> <li>perf: improve to_file_path() by <a href="https://github.com/dsherret"><code>@​dsherret</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/1018">servo/rust-url#1018</a></li> <li>perf: make parse_scheme slightly faster by <a href="https://github.com/dsherret"><code>@​dsherret</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/1025">servo/rust-url#1025</a></li> <li>update LICENSE-MIT by <a href="https://github.com/wmjae"><code>@​wmjae</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/1029">servo/rust-url#1029</a></li> <li>perf: url encode path segments in longer string slices by <a href="https://github.com/dsherret"><code>@​dsherret</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/1026">servo/rust-url#1026</a></li> <li>Disable the default features on serde by <a href="https://github.com/rilipco"><code>@​rilipco</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/1033">servo/rust-url#1033</a></li> <li>docs: base url relative join by <a href="https://github.com/tisonkun"><code>@​tisonkun</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/1013">servo/rust-url#1013</a></li> <li>perf: remove heap allocation in parse_host by <a href="https://github.com/dsherret"><code>@​dsherret</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/1021">servo/rust-url#1021</a></li> <li>Update tests to Unicode 16.0 by <a href="https://github.com/hsivonen"><code>@​hsivonen</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/1045">servo/rust-url#1045</a></li> <li>Add some some basic functions to <code>Mime</code> by <a href="https://github.com/mrobinson"><code>@​mrobinson</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/1047">servo/rust-url#1047</a></li> <li>ran <code>cargo clippy --fix -- -Wclippy::use_self</code> by <a href="https://github.com/mrobinson"><code>@​mrobinson</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/1048">servo/rust-url#1048</a></li> <li>Fix MSRV and clippy CI by <a href="https://github.com/Manishearth"><code>@​Manishearth</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/1058">servo/rust-url#1058</a></li> <li>Update <code>Url::domain</code> docs to show that it includes subdomain by <a href="https://github.com/supercoolspy"><code>@​supercoolspy</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/1057">servo/rust-url#1057</a></li> <li>set_hostname should error when encountering colon ':' by <a href="https://github.com/edgul"><code>@​edgul</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/1060">servo/rust-url#1060</a></li> <li>version bump to 2.5.5 by <a href="https://github.com/edgul"><code>@​edgul</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/1061">servo/rust-url#1061</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/mxinden"><code>@​mxinden</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/1003">servo/rust-url#1003</a></li> <li><a href="https://github.com/hkBst"><code>@​hkBst</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/1011">servo/rust-url#1011</a></li> <li><a href="https://github.com/wmjae"><code>@​wmjae</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/1029">servo/rust-url#1029</a></li> <li><a href="https://github.com/rilipco"><code>@​rilipco</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/1033">servo/rust-url#1033</a></li> <li><a href="https://github.com/tisonkun"><code>@​tisonkun</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/1013">servo/rust-url#1013</a></li> <li><a href="https://github.com/supercoolspy"><code>@​supercoolspy</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/1057">servo/rust-url#1057</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/servo/rust-url/compare/v2.5.4...v2.5.5">https://github.com/servo/rust-url/compare/v2.5.4...v2.5.5</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/servo/rust-url/commit/43f47e2fcfdd132c531fb05aa16171ca85be95f4"><code>43f47e2</code></a> make serde std feature use optional syntax (<a href="https://redirect.github.com/servo/rust-url/issues/1071">#1071</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/2387efa12d3d294d488bb77ab580a21b88868fd2"><code>2387efa</code></a> fix: add Serde std feature if needed (<a href="https://redirect.github.com/servo/rust-url/issues/1068">#1068</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/aae60cff2b6fec6fcf57d08447c53f291c6b51f1"><code>aae60cf</code></a> Use no-std instead of no_std in Cargo.toml (<a href="https://redirect.github.com/servo/rust-url/issues/1064">#1064</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/44afd9fe42981716c5b0c48169ba75bf6131ec1c"><code>44afd9f</code></a> version bump to 2.5.6 (<a href="https://redirect.github.com/servo/rust-url/issues/1065">#1065</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/91377f48bf35011d042aa5abef9e7f2a0a625aaa"><code>91377f4</code></a> Bump versions (<a href="https://redirect.github.com/servo/rust-url/issues/1062">#1062</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/a40f90434e8d62d72975ff87ebe64d25b46b55bc"><code>a40f904</code></a> version bump to 2.5.5 (<a href="https://redirect.github.com/servo/rust-url/issues/1061">#1061</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/cf305db0ccb98432befb31e1d83b15a6661d0b60"><code>cf305db</code></a> set_hostname should error when encountering colon ':' (<a href="https://redirect.github.com/servo/rust-url/issues/1060">#1060</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/88826bd3c3879bf81ab9011cfabd8387a6afa6be"><code>88826bd</code></a> Update <code>Url::domain</code> docs to show that it includes subdomain (<a href="https://redirect.github.com/servo/rust-url/issues/1057">#1057</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/c3bbf662b1f84ebfe772621ccda952e4b4c94465"><code>c3bbf66</code></a> Fix MSRV and clippy CI (<a href="https://redirect.github.com/servo/rust-url/issues/1058">#1058</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/dbd526178ed9276176602dd039022eba89e8fc93"><code>dbd5261</code></a> ran <code>cargo clippy --fix -- -Wclippy::use_self</code> (<a href="https://redirect.github.com/servo/rust-url/issues/1048">#1048</a>)</li> <li>Additional commits viewable in <a href="https://github.com/servo/rust-url/compare/v2.5.4...v2.5.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=url&package-manager=cargo&previous-version=2.5.4&new-version=2.5.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 11:24:09 +03:00
Sign in to join this conversation.
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
starred/asciinema#1203
No description provided.