[PR #1460] [MERGED] Bump idna from 0.2.2 to 0.2.3 #2336

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1460
Author: @dependabot-preview[bot]
Created: 4/19/2021
Status: Merged
Merged: 4/25/2021
Merged by: @bluejekyll

Base: mainHead: dependabot/cargo/idna-0.2.3


📝 Commits (3)

  • 3a612a5 Bump idna from 0.2.2 to 0.2.3
  • 54d901b Merge branch 'main' into dependabot/cargo/idna-0.2.3
  • fc33ef1 Merge branch 'main' into dependabot/cargo/idna-0.2.3

📊 Changes

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

View changed files

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

📄 Description

Bumps idna from 0.2.2 to 0.2.3.

Commits
  • 837538c idna: Bump to version 0.2.3
  • 46d22de Merge pull request #699 from djc/debug-cannot-be-a-base
  • 1ad022d Add cannot_be_a_base field to Url's Debug representation (fixes #693)
  • 3eb936b Merge pull request #696 from DavidKorczynski/patch-1
  • a70882c Fix breaking OSS-Fuzz coverage build
  • e5e4829 Update issue templates
  • 7304286 Merge pull request #694 from djc/fix-unicode-before-delimiter
  • ce37627 url: more regressed clippy suppressions
  • d39870e Reinstate suspicious_operation_groupings suppression
  • 1416aca Remove unnecessary return statement
  • 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 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/1460 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 4/19/2021 **Status:** ✅ Merged **Merged:** 4/25/2021 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `main` ← **Head:** `dependabot/cargo/idna-0.2.3` --- ### 📝 Commits (3) - [`3a612a5`](https://github.com/hickory-dns/hickory-dns/commit/3a612a58d565b5782b5e43a2e8e2871755561d4c) Bump idna from 0.2.2 to 0.2.3 - [`54d901b`](https://github.com/hickory-dns/hickory-dns/commit/54d901b963ad169b8aee95e76f5ea018a40fd74f) Merge branch 'main' into dependabot/cargo/idna-0.2.3 - [`fc33ef1`](https://github.com/hickory-dns/hickory-dns/commit/fc33ef1b505789b66b96dc2ef6bc6101b7c98394) Merge branch 'main' into dependabot/cargo/idna-0.2.3 ### 📊 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 [idna](https://github.com/servo/rust-url) from 0.2.2 to 0.2.3. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/servo/rust-url/commit/837538c549f3458f157ee154ae76e3e2b9e27118"><code>837538c</code></a> idna: Bump to version 0.2.3</li> <li><a href="https://github.com/servo/rust-url/commit/46d22ded94ad59335deb2ebd251df236f429a41c"><code>46d22de</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/servo/rust-url/issues/699">#699</a> from djc/debug-cannot-be-a-base</li> <li><a href="https://github.com/servo/rust-url/commit/1ad022d85f15b75424b7c622b9085ccfb479ab6b"><code>1ad022d</code></a> Add cannot_be_a_base field to Url's Debug representation (fixes <a href="https://github-redirect.dependabot.com/servo/rust-url/issues/693">#693</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/3eb936b8cfff77bf0fd9c1f984963b1e6ecd0a31"><code>3eb936b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/servo/rust-url/issues/696">#696</a> from DavidKorczynski/patch-1</li> <li><a href="https://github.com/servo/rust-url/commit/a70882cd02eade144badcff486ae0dd3ef46ea8d"><code>a70882c</code></a> Fix breaking OSS-Fuzz coverage build</li> <li><a href="https://github.com/servo/rust-url/commit/e5e482926ade6bdb320331dd1034b94c9cb0213d"><code>e5e4829</code></a> Update issue templates</li> <li><a href="https://github.com/servo/rust-url/commit/73042861beeed93e11f4ab5db427d9c7ef763176"><code>7304286</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/servo/rust-url/issues/694">#694</a> from djc/fix-unicode-before-delimiter</li> <li><a href="https://github.com/servo/rust-url/commit/ce37627f6d6071e14f4810801ed2aa066da8f785"><code>ce37627</code></a> url: more regressed clippy suppressions</li> <li><a href="https://github.com/servo/rust-url/commit/d39870e927b675ca08aa1bb3f59e89c5e6a2bde2"><code>d39870e</code></a> Reinstate suspicious_operation_groupings suppression</li> <li><a href="https://github.com/servo/rust-url/commit/1416aca31df94b65e6a3b9b7bbaa1b73a30f1554"><code>1416aca</code></a> Remove unnecessary return statement</li> <li>Additional commits viewable in <a href="https://github.com/servo/rust-url/compare/idna-v0.2.2...idna-v0.2.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=idna&package-manager=cargo&previous-version=0.2.2&new-version=0.2.3)](https://dependabot.com/compatibility-score/?dependency-name=idna&package-manager=cargo&previous-version=0.2.2&new-version=0.2.3) 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </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:48:23 +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#2336
No description provided.