diff --git a/CHANGELOG.md b/CHANGELOG.md index 223afaf..5099da0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [3.2.1] + +### Fixed + +- Update `system-configuration` crate. + See [PR_37](https://github.com/mxinden/if-watch/pull/37). + ## [3.2.0] ### Fixed diff --git a/Cargo.toml b/Cargo.toml index b67837b..acfbf35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "if-watch" -version = "3.2.0" +version = "3.2.1" authors = ["David Craven ", "Parity Technologies Limited "] edition = "2021" keywords = ["asynchronous", "routing"] @@ -27,7 +27,7 @@ rtnetlink = { version = "0.10.0", default-features = false } [target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies] core-foundation = "0.9.2" if-addrs = "0.10.0" -system-configuration = "0.5.0" +system-configuration = "0.6.0" tokio = { version = "1.21.2", features = ["rt"], optional = true } smol = { version = "1.2.5", optional = true }