Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 3, 2025

Updates the requirements on system-configuration to permit the latest version.

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.

[0.6.1] - 2024-08-22

Fixed

  • Fix std::net::SocketAddr conversion to libc::sockaddr. This makes SCNetworkReachability reachability check work for other addresses than only 0.0.0.0:0.

[0.6.0] - 2024-01-31

Changed

  • Bump minimum supported Rust version (MSRV) to 1.64.0.
  • Breaking: Mark SCNetworkReachability::schedule_with_runloop and unschedule_from_runloop as unsafe. They accept a raw pointer that it dereferences. Figuring out a safe API around this is left as an exercise for the future.
  • Breaking: ReachabilityFlags no longer implements Ord or PartialOrd. It also replaces the from_bits_unchecked constructor with other (safe) from_bits_* constructors.

Fixed

  • Fix memory leak in SCNetworkReachability::set_callback.
  • Fix builds on iOS by removing references to deprecated interface type kSCNetworkInterfaceTypeIrDA. Also remove constant for bridge network interfaces (kSCNetworkInterfaceTypeBridge).

[0.5.1] - 2023-05-15

Added

  • Add bindings for SCNetworkSet and SCNetworkService

[0.5.0] - 2022-01-03

Changed

  • Upgrade crates to Rust 2021 edition.
  • Bump minimum supported Rust version (MSRV) to 1.56.0.
  • Upgrade core-foundation to 0.9 and core-foundation-sys to 0.8. This is a breaking change since those crates are publicly re-exported from these crates.

[0.4.1] - 2020-06-04

Fixed

  • Bump the required libc version from 0.2.0 to 0.2.49 to fix the build

[0.4.0] - 2020-06-04

Added

... (truncated)

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.
  • c7a1626 Bump version and add changelog header for 0.6.1
  • Additional commits viewable in compare view

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)

Updates the requirements on [system-configuration](https://github.com/mullvad/system-configuration-rs) to permit the latest version.
- [Changelog](https://github.com/mullvad/system-configuration-rs/blob/main/CHANGELOG.md)
- [Commits](mullvad/system-configuration-rs@v0.6.0...v0.7.0)

---
updated-dependencies:
- dependency-name: system-configuration
  dependency-version: 0.7.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Dec 3, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 10, 2025

Looks like system-configuration is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Dec 10, 2025
@dependabot dependabot bot deleted the dependabot/cargo/system-configuration-0.7 branch December 10, 2025 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant