[PR #2011] [CLOSED] Bump url from 2.4.0 to 2.4.1 #2759

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/2011
Author: @dependabot[bot]
Created: 8/28/2023
Status: Closed

Base: mainHead: dependabot/cargo/url-2.4.1


📝 Commits (1)

  • 8d903fa Bump url from 2.4.0 to 2.4.1

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 Cargo.lock (+2 -2)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps url from 2.4.0 to 2.4.1.

Commits
  • a08aa2c Fix panic in set_path for file URLs (#865)
  • edabc79 Fix no_std for idna (#843)
  • 1158370 Update WPT data and expectations (#859)
  • beb2cde Stabilize debugger_visualizer feature (#855)
  • 86730f1 Add --generate-link-to-definition option when building on docs.rs (#858)
  • e4dbb43 Implement std::error::Error for InvalidBase64 (#856)
  • b33514a Rewrite WPT runner (#857)
  • b228574 Enable the GitHub merge queue (#851)
  • 3a474c3 Merge pull request #698 from lucacasonato/impl_error_for_data_url
  • 1f7dbe0 Merge pull request #848 from lucacasonato/fix_trailing_space_pathname_setter
  • Additional commits viewable in compare view

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/2011 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/28/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/url-2.4.1` --- ### 📝 Commits (1) - [`8d903fa`](https://github.com/hickory-dns/hickory-dns/commit/8d903fa7cd81c3575cbeedab45ccc9ab582e3084) Bump url from 2.4.0 to 2.4.1 ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [url](https://github.com/servo/rust-url) from 2.4.0 to 2.4.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/servo/rust-url/commit/a08aa2cd10a67d9922ecd4fa96584cfc97820e87"><code>a08aa2c</code></a> Fix panic in set_path for file URLs (<a href="https://redirect.github.com/servo/rust-url/issues/865">#865</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/edabc7979357e530feb558add94ba837eb613ab5"><code>edabc79</code></a> Fix no_std for idna (<a href="https://redirect.github.com/servo/rust-url/issues/843">#843</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/115837002b4b56be70e3a67813716931c6c88e47"><code>1158370</code></a> Update WPT data and expectations (<a href="https://redirect.github.com/servo/rust-url/issues/859">#859</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/beb2cde6469b215b52c895a7cf0859a219f72271"><code>beb2cde</code></a> Stabilize debugger_visualizer feature (<a href="https://redirect.github.com/servo/rust-url/issues/855">#855</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/86730f1653391055502e504f39bf6d916b86c328"><code>86730f1</code></a> Add <code>--generate-link-to-definition</code> option when building on docs.rs (<a href="https://redirect.github.com/servo/rust-url/issues/858">#858</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/e4dbb436e6f50bdfe6a19c530d6fb39c2049bca3"><code>e4dbb43</code></a> Implement std::error::Error for InvalidBase64 (<a href="https://redirect.github.com/servo/rust-url/issues/856">#856</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/b33514a3bc26f25945c444877338060566fbf4de"><code>b33514a</code></a> Rewrite WPT runner (<a href="https://redirect.github.com/servo/rust-url/issues/857">#857</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/b22857487af7c48525d0297b9db4b61ccab96b43"><code>b228574</code></a> Enable the GitHub merge queue (<a href="https://redirect.github.com/servo/rust-url/issues/851">#851</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/3a474c320ab5b965811f175ce84a9d0216de4911"><code>3a474c3</code></a> Merge pull request <a href="https://redirect.github.com/servo/rust-url/issues/698">#698</a> from lucacasonato/impl_error_for_data_url</li> <li><a href="https://github.com/servo/rust-url/commit/1f7dbe0df538e6dbdbb2656a1c112860195d0cb7"><code>1f7dbe0</code></a> Merge pull request <a href="https://redirect.github.com/servo/rust-url/issues/848">#848</a> from lucacasonato/fix_trailing_space_pathname_setter</li> <li>Additional commits viewable in <a href="https://github.com/servo/rust-url/compare/v2.4.0...v2.4.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.4.0&new-version=2.4.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:06:33 +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#2759
No description provided.