[PR #2233] [CLOSED] build(deps): bump url from 2.5.0 to 2.5.1 #2894

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/2233
Author: @dependabot[bot]
Created: 6/10/2024
Status: Closed

Base: mainHead: dependabot/cargo/url-2.5.1


📝 Commits (3)

  • 4eeeac8 build(deps): bump url from 2.5.0 to 2.5.1
  • da46f2b Merge branch 'main' into dependabot/cargo/url-2.5.1
  • 9aa8f50 Merge branch 'main' into dependabot/cargo/url-2.5.1

📊 Changes

2 files changed (+270 additions, -5 deletions)

View changed files

📝 Cargo.lock (+269 -4)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps url from 2.5.0 to 2.5.1.

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/2233 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/10/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/url-2.5.1` --- ### 📝 Commits (3) - [`4eeeac8`](https://github.com/hickory-dns/hickory-dns/commit/4eeeac871f4a30fd8ce60461668a0a2386d0bb95) build(deps): bump url from 2.5.0 to 2.5.1 - [`da46f2b`](https://github.com/hickory-dns/hickory-dns/commit/da46f2bd6fc99d4749236f605d101411165da61b) Merge branch 'main' into dependabot/cargo/url-2.5.1 - [`9aa8f50`](https://github.com/hickory-dns/hickory-dns/commit/9aa8f5006e76880c81fd50e869819cf661689986) Merge branch 'main' into dependabot/cargo/url-2.5.1 ### 📊 Changes **2 files changed** (+270 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+269 -4) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [url](https://github.com/servo/rust-url) from 2.5.0 to 2.5.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/servo/rust-url/commit/3d6dbbb1dfc64c597745d5d6b97f2a8dd543c42b"><code>3d6dbbb</code></a> Reimplement idna on top of ICU4X (<a href="https://redirect.github.com/servo/rust-url/issues/923">#923</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/de947abf896f44efc5f0fe382064fd95363dff37"><code>de947ab</code></a> Document possible replacements of the base URL (<a href="https://redirect.github.com/servo/rust-url/issues/926">#926</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/8b8431bbe10d0f06c53885d5ba2602d69f61888f"><code>8b8431b</code></a> docs: document SyntaxViolation variants, remove bare URLs (<a href="https://redirect.github.com/servo/rust-url/issues/924">#924</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/fd042e003fe583426454001554542ef95538d794"><code>fd042e0</code></a> Non-special URLs can have their paths erased (<a href="https://redirect.github.com/servo/rust-url/issues/921">#921</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/49eea1c2eb3bb7259e3f8e15ace5f86990adb0bd"><code>49eea1c</code></a> Fix multiple issues on wasm32: (<a href="https://redirect.github.com/servo/rust-url/issues/886">#886</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/a4dd58be5989afedddec023174b2cdcd81912239"><code>a4dd58b</code></a> Fix lint (<a href="https://redirect.github.com/servo/rust-url/issues/920">#920</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/73803fa780c8890e0b40cd01fbbd5362fbe4c9e0"><code>73803fa</code></a> Update URLs (<a href="https://redirect.github.com/servo/rust-url/issues/916">#916</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/8e4331d26018d3c46a42f81b5613fcc7ab16b850"><code>8e4331d</code></a> Add bench for to_ascii on an already-Punycode name (<a href="https://redirect.github.com/servo/rust-url/issues/915">#915</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/9c51937adba5f5f54117999a6a7983b00a049995"><code>9c51937</code></a> Rename <code>master</code> branch to <code>main</code> (<a href="https://redirect.github.com/servo/rust-url/issues/914">#914</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/e654efb9c19732f680f14db43a673a726b834f42"><code>e654efb</code></a> Fix non-base64 data URLs with % character not followed by hex digits (<a href="https://redirect.github.com/servo/rust-url/issues/797">#797</a>)</li> <li>Additional commits viewable in <a href="https://github.com/servo/rust-url/compare/v2.5.0...v2.5.1">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.5.0&new-version=2.5.1)](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:13:53 +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#2894
No description provided.