[PR #1497] [CLOSED] Bump url from 2.2.1 to 2.2.2 #2369

Closed
opened 2026-03-16 08:50:02 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1497
Author: @dependabot[bot]
Created: 5/25/2021
Status: Closed

Base: mainHead: dependabot/cargo/url-2.2.2


📝 Commits (1)

  • c8256a0 Bump url from 2.2.1 to 2.2.2

📊 Changes

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

View changed files

📝 Cargo.lock (+2 -2)
📝 crates/proto/Cargo.toml (+1 -1)

📄 Description

Bumps url from 2.2.1 to 2.2.2.

Commits
  • 6c22912 Merge pull request #709 from BramBonne/bump-version
  • 0707a58 Bump minor version number
  • 991e438 Merge pull request #708 from BramBonne/test-syntax-violations
  • 744b763 Remove stray comma
  • 5793b7e Check parsing result in SyntaxViolation test
  • 0659871 Add tests for SyntaxViolation callback types
  • c6f60fe Merge pull request #668 from sdroege/make-relative
  • d51cec4 Add Url::make_relative() as the inverse of Url::join()
  • 77fb472 Merge pull request #703 from BramBonne/slicing-tests
  • ea2342e Merge pull request #705 from BramBonne/test-quirks
  • Additional commits viewable in compare view

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 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/1497 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/25/2021 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/url-2.2.2` --- ### 📝 Commits (1) - [`c8256a0`](https://github.com/hickory-dns/hickory-dns/commit/c8256a0f611567f5b0dcee057bf1502cd31c4bbb) Bump url from 2.2.1 to 2.2.2 ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) 📝 `crates/proto/Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [url](https://github.com/servo/rust-url) from 2.2.1 to 2.2.2. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/servo/rust-url/commit/6c22912c313064a8c5a6fa043882c9ad55dba162"><code>6c22912</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/servo/rust-url/issues/709">#709</a> from BramBonne/bump-version</li> <li><a href="https://github.com/servo/rust-url/commit/0707a58b91f05395b78e3ce1861e76aedba908cf"><code>0707a58</code></a> Bump minor version number</li> <li><a href="https://github.com/servo/rust-url/commit/991e438ff14287f711bea54cc78bcf9f2adc26fe"><code>991e438</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/servo/rust-url/issues/708">#708</a> from BramBonne/test-syntax-violations</li> <li><a href="https://github.com/servo/rust-url/commit/744b76332ce7ee66f3bc41689d2b3f42417b34d9"><code>744b763</code></a> Remove stray comma</li> <li><a href="https://github.com/servo/rust-url/commit/5793b7ef14f299abe593fa4941d0b3499fe4b5a5"><code>5793b7e</code></a> Check parsing result in SyntaxViolation test</li> <li><a href="https://github.com/servo/rust-url/commit/0659871a26858ec9a59f70f4ed3eb04d17c35a06"><code>0659871</code></a> Add tests for SyntaxViolation callback types</li> <li><a href="https://github.com/servo/rust-url/commit/c6f60fe5ff0bc79d2669d85597280f90d2c12eb4"><code>c6f60fe</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/servo/rust-url/issues/668">#668</a> from sdroege/make-relative</li> <li><a href="https://github.com/servo/rust-url/commit/d51cec4803d0cdfdba7caf3f8e3f9943d5efc419"><code>d51cec4</code></a> Add Url::make_relative() as the inverse of Url::join()</li> <li><a href="https://github.com/servo/rust-url/commit/77fb472619ec2769133101233ec2ccdf28ddece6"><code>77fb472</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/servo/rust-url/issues/703">#703</a> from BramBonne/slicing-tests</li> <li><a href="https://github.com/servo/rust-url/commit/ea2342e182c105d5c31fb1b25d6c34a5f27b3d8a"><code>ea2342e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/servo/rust-url/issues/705">#705</a> from BramBonne/test-quirks</li> <li>Additional commits viewable in <a href="https://github.com/servo/rust-url/compare/v2.2.1...v2.2.2">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.2.1&new-version=2.2.2)](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 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 08:50:02 +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#2369
No description provided.