[PR #3361] [CLOSED] build(deps): bump resolv-conf from 0.7.5 to 0.7.6 #3779

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/3361
Author: @dependabot[bot]
Created: 11/24/2025
Status: Closed

Base: mainHead: dependabot/cargo/resolv-conf-0.7.6


📝 Commits (1)

  • abf17de build(deps): bump resolv-conf from 0.7.5 to 0.7.6

📊 Changes

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

View changed files

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

📄 Description

Bumps resolv-conf from 0.7.5 to 0.7.6.

Release notes

Sourced from resolv-conf's releases.

v0.7.6

What's Changed

Commits
  • 36ddfe1 Bump version to 0.7.6
  • e15c444 Skip search domains containing a comma
  • 2b0c23a Make parse_with_errors() public
  • 1c4b430 Rename Config::from_slice() to parse_with_errors()
  • 181a5f4 Allow Config::from_slice() to yield value and errors
  • See full diff 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 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/3361 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/24/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/resolv-conf-0.7.6` --- ### 📝 Commits (1) - [`abf17de`](https://github.com/hickory-dns/hickory-dns/commit/abf17de7195302a02e6cbb1d2d604afe935fdb0c) build(deps): bump resolv-conf from 0.7.5 to 0.7.6 ### 📊 Changes **2 files changed** (+7 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+6 -6) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [resolv-conf](https://github.com/hickory-dns/resolv-conf) from 0.7.5 to 0.7.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hickory-dns/resolv-conf/releases">resolv-conf's releases</a>.</em></p> <blockquote> <h2>v0.7.6</h2> <h2>What's Changed</h2> <ul> <li>Add <code>Config::parse_with_errors()</code> API by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/hickory-dns/resolv-conf/pull/54">hickory-dns/resolv-conf#54</a></li> <li>Skip search domains containing commas by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/hickory-dns/resolv-conf/pull/59">hickory-dns/resolv-conf#59</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hickory-dns/resolv-conf/commit/36ddfe14cc01edfd134261507a2334f3f67edbf7"><code>36ddfe1</code></a> Bump version to 0.7.6</li> <li><a href="https://github.com/hickory-dns/resolv-conf/commit/e15c444972fa3a0907d03682fa5a58df56ed7e9d"><code>e15c444</code></a> Skip search domains containing a comma</li> <li><a href="https://github.com/hickory-dns/resolv-conf/commit/2b0c23aeceb7b6532c408d8db3e6108d694d1031"><code>2b0c23a</code></a> Make parse_with_errors() public</li> <li><a href="https://github.com/hickory-dns/resolv-conf/commit/1c4b43072d85a1663178cd7b5d4a8c67c73b5059"><code>1c4b430</code></a> Rename Config::from_slice() to parse_with_errors()</li> <li><a href="https://github.com/hickory-dns/resolv-conf/commit/181a5f43e647643ab9d8f787fd419ff0ebe681f3"><code>181a5f4</code></a> Allow Config::from_slice() to yield value and errors</li> <li>See full diff in <a href="https://github.com/hickory-dns/resolv-conf/compare/v0.7.5...v0.7.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=resolv-conf&package-manager=cargo&previous-version=0.7.5&new-version=0.7.6)](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 12:02:08 +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#3779
No description provided.