[PR #2096] [CLOSED] Bump url from 2.4.1 to 2.5.0 #2809

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/2096
Author: @dependabot[bot]
Created: 11/27/2023
Status: Closed

Base: mainHead: dependabot/cargo/url-2.5.0


📝 Commits (1)

  • 675f5d6 Bump url from 2.4.1 to 2.5.0

📊 Changes

2 files changed (+19 additions, -9 deletions)

View changed files

📝 Cargo.lock (+18 -8)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps url from 2.4.1 to 2.5.0.

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
url [> 2.2.1, < 2.3]

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/hickory-dns/hickory-dns/pull/2096 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/27/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/url-2.5.0` --- ### 📝 Commits (1) - [`675f5d6`](https://github.com/hickory-dns/hickory-dns/commit/675f5d6a9980b99ecd52e44751d55f6917435c0f) Bump url from 2.4.1 to 2.5.0 ### 📊 Changes **2 files changed** (+19 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+18 -8) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [url](https://github.com/servo/rust-url) from 2.4.1 to 2.5.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/servo/rust-url/commit/00e9e18ce6504e0e9157816c593afec8e69cb9e3"><code>00e9e18</code></a> Update url 2.5.0 (<a href="https://redirect.github.com/servo/rust-url/issues/885">#885</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/464b1f7d8fe9de117af184c1acb52b4f821a0cdc"><code>464b1f7</code></a> Fix another overflow in punycode encode_into (<a href="https://redirect.github.com/servo/rust-url/issues/880">#880</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/912d716b04347ff35fa78dcd7b0567abc13d62dd"><code>912d716</code></a> Correct spelling mistake in <code>Position</code> docs (<a href="https://redirect.github.com/servo/rust-url/issues/875">#875</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/5f454e20310f452dec9822aa0a42655c870e8c63"><code>5f454e2</code></a> Added #[must_use] Attributes for Configuration Options (<a href="https://redirect.github.com/servo/rust-url/issues/876">#876</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/67fc2730b6585ea60f7da6987459c554775967af"><code>67fc273</code></a> Fix search setting for non-special urls with space, query and fragment (<a href="https://redirect.github.com/servo/rust-url/issues/879">#879</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/ae8d29e04a9a1d7f4e9cd799fdd0ac3e788a7b02"><code>ae8d29e</code></a> use checked addition to not panic in debug build (<a href="https://redirect.github.com/servo/rust-url/issues/877">#877</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/e39c9a20bed6bc69d4efe9e2fe12d923900fcd67"><code>e39c9a2</code></a> Fix clippy (<a href="https://redirect.github.com/servo/rust-url/issues/878">#878</a>)</li> <li>See full diff in <a href="https://github.com/servo/rust-url/compare/v2.4.1...v2.5.0">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | url | [> 2.2.1, < 2.3] | </details> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=url&package-manager=cargo&previous-version=2.4.1&new-version=2.5.0)](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-16 11:09:16 +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/hickory-dns#2809
No description provided.