[PR #3380] [CLOSED] build(deps): bump system-configuration from 0.6.1 to 0.7.0 #3791

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/3380
Author: @dependabot[bot]
Created: 12/8/2025
Status: Closed

Base: mainHead: dependabot/cargo/system-configuration-0.7.0


📝 Commits (1)

  • 84526be build(deps): bump system-configuration from 0.6.1 to 0.7.0

📊 Changes

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

View changed files

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

📄 Description

Bumps system-configuration from 0.6.1 to 0.7.0.

Changelog

Sourced from system-configuration's changelog.

[0.7.0] - 2025-12-02

Added

  • Added std::error::Error implementation for ReachabilityError.

Fixed

  • Handle errors that may occur when creating runloop sources or an SCDynamicStore.
Commits
  • bc5958c Release system-configuration 0.7.0
  • bbb4c65 Bump system-configuration to 0.7.0
  • 798b3eb Fix some typos in comment
  • de5966a Merge branch 'dynamicstore_null_checks'
  • d525d2a Update changelog
  • 213714e Added NULL checks to DynamicStore
  • b6d4a67 Merge 'std-error-ReachabilityError'
  • f494e72 Updated changelog.
  • 50f0054 Implemented std::error::Error for ReachabilityError.
  • 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/3380 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/8/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/system-configuration-0.7.0` --- ### 📝 Commits (1) - [`84526be`](https://github.com/hickory-dns/hickory-dns/commit/84526be8d450790952847dda439ce66c7db4bb70) build(deps): bump system-configuration from 0.6.1 to 0.7.0 ### 📊 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 [system-configuration](https://github.com/mullvad/system-configuration-rs) from 0.6.1 to 0.7.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mullvad/system-configuration-rs/blob/main/CHANGELOG.md">system-configuration's changelog</a>.</em></p> <blockquote> <h2>[0.7.0] - 2025-12-02</h2> <h3>Added</h3> <ul> <li>Added <code>std::error::Error</code> implementation for <code>ReachabilityError</code>.</li> </ul> <h3>Fixed</h3> <ul> <li>Handle errors that may occur when creating runloop sources or an <code>SCDynamicStore</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mullvad/system-configuration-rs/commit/bc5958ccec74c724fc60bbd64ebeae44511cae2c"><code>bc5958c</code></a> Release system-configuration 0.7.0</li> <li><a href="https://github.com/mullvad/system-configuration-rs/commit/bbb4c6569660c05aaa36c6bc637452f729c448d8"><code>bbb4c65</code></a> Bump system-configuration to 0.7.0</li> <li><a href="https://github.com/mullvad/system-configuration-rs/commit/798b3eb7baa956e314230542036a26b7c243e3e0"><code>798b3eb</code></a> Fix some typos in comment</li> <li><a href="https://github.com/mullvad/system-configuration-rs/commit/de5966a3785795efe9dd067c44ce12e6005882be"><code>de5966a</code></a> Merge branch 'dynamicstore_null_checks'</li> <li><a href="https://github.com/mullvad/system-configuration-rs/commit/d525d2ac304813d7e73b0f4a84ec81cf0e7b1b3c"><code>d525d2a</code></a> Update changelog</li> <li><a href="https://github.com/mullvad/system-configuration-rs/commit/213714e1f93c2eac2c53ade9d0aa4f5e0dd3e11e"><code>213714e</code></a> Added NULL checks to DynamicStore</li> <li><a href="https://github.com/mullvad/system-configuration-rs/commit/b6d4a67649ac8e92699b882220eec794df7e2212"><code>b6d4a67</code></a> Merge 'std-error-ReachabilityError'</li> <li><a href="https://github.com/mullvad/system-configuration-rs/commit/f494e72c8e84878fa8c377ea1bfb52a093fc194d"><code>f494e72</code></a> Updated changelog.</li> <li><a href="https://github.com/mullvad/system-configuration-rs/commit/50f00542f420d3cc62afc6c686df6c0929ed4d6d"><code>50f0054</code></a> Implemented std::error::Error for ReachabilityError.</li> <li>See full diff in <a href="https://github.com/mullvad/system-configuration-rs/compare/v0.6.1...v0.7.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=system-configuration&package-manager=cargo&previous-version=0.6.1&new-version=0.7.0)](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:57 +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#3791
No description provided.