[PR #836] [CLOSED] Bump idna from 0.1.5 to 0.2.0 #1723

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/836
Author: @dependabot-preview[bot]
Created: 7/29/2019
Status: Closed

Base: masterHead: dependabot/cargo/idna-0.2.0


📝 Commits (1)

  • 2ddba3e Bump idna from 0.1.5 to 0.2.0

📊 Changes

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

View changed files

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

📄 Description

Bumps idna from 0.1.5 to 0.2.0.

Commits
  • f491cb4 Auto merge of #525 - dekellum:future-proof, r=SimonSapin
  • 255aaa9 Auto merge of #526 - dekellum:fix-redundant-field-names-lint, r=SimonSapin
  • cce2d32 Remove redundant field names in struct init
  • 8cc477f Disambiguate Display::fmt calls for error types
  • 12ee459 Add FutureProof variants to ParseError and SyntaxViolation
  • 0ab166e Auto merge of #521 - servo:serde, r=SimonSapin
  • c2ff51b Optimise default string deserialization for Url
  • 171e65e Derive serde traits for Host and HostInternal
  • 8bbc39d Make HostInternal private
  • 3c71cac Auto merge of #518 - est31:idna_serde, r=nox
  • 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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it
  • @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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.


🔄 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/836 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 7/29/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/idna-0.2.0` --- ### 📝 Commits (1) - [`2ddba3e`](https://github.com/hickory-dns/hickory-dns/commit/2ddba3e6a84b6d93e5161477eb14ad5155877f0e) Bump idna from 0.1.5 to 0.2.0 ### 📊 Changes **2 files changed** (+2 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+1 -12) 📝 `crates/proto/Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [idna](https://github.com/servo/rust-url) from 0.1.5 to 0.2.0. <details> <summary>Commits</summary> - [`f491cb4`](https://github.com/servo/rust-url/commit/f491cb442edab75be54ff5961af6458a474f1f9a) Auto merge of [#525](https://github-redirect.dependabot.com/servo/rust-url/issues/525) - dekellum:future-proof, r=SimonSapin - [`255aaa9`](https://github.com/servo/rust-url/commit/255aaa9e776a121c48a5422124b2fa74c52ce8f5) Auto merge of [#526](https://github-redirect.dependabot.com/servo/rust-url/issues/526) - dekellum:fix-redundant-field-names-lint, r=SimonSapin - [`cce2d32`](https://github.com/servo/rust-url/commit/cce2d32015419b38f00c210430ecd3059105a7f2) Remove redundant field names in struct init - [`8cc477f`](https://github.com/servo/rust-url/commit/8cc477f5d3afee9ff8082fcee0139e54b11c89fc) Disambiguate Display::fmt calls for error types - [`12ee459`](https://github.com/servo/rust-url/commit/12ee459903d50245570be8594e8aada4408e6139) Add FutureProof variants to ParseError and SyntaxViolation - [`0ab166e`](https://github.com/servo/rust-url/commit/0ab166ef2dd1033f3dd38fae159b1070e8d7d3ce) Auto merge of [#521](https://github-redirect.dependabot.com/servo/rust-url/issues/521) - servo:serde, r=SimonSapin - [`c2ff51b`](https://github.com/servo/rust-url/commit/c2ff51b1b17b55d2b7db4ee32537151e01577721) Optimise default string deserialization for Url - [`171e65e`](https://github.com/servo/rust-url/commit/171e65e5c982480fc81b428d44228f153435d0a8) Derive serde traits for Host and HostInternal - [`8bbc39d`](https://github.com/servo/rust-url/commit/8bbc39d43de13f4efbe66d70eaf517ca305898e6) Make HostInternal private - [`3c71cac`](https://github.com/servo/rust-url/commit/3c71cac0d1d289d2b7aab8370d3e425aeb3db303) Auto merge of [#518](https://github-redirect.dependabot.com/servo/rust-url/issues/518) - est31:idna_serde, r=nox - Additional commits viewable in [compare view](https://github.com/servo/rust-url/compare/idna-v0.1.5...idna-v0.2.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=idna&package-manager=cargo&previous-version=0.1.5&new-version=0.2.0)](https://dependabot.com/compatibility-score.html?dependency-name=idna&package-manager=cargo&previous-version=0.1.5&new-version=0.2.0) 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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it - `@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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 02:21:56 +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#1723
No description provided.