diff --git a/crates/sysconfig/Cargo.toml b/crates/sysconfig/Cargo.toml index d8091e5..dce8548 100644 --- a/crates/sysconfig/Cargo.toml +++ b/crates/sysconfig/Cargo.toml @@ -16,7 +16,7 @@ sysctl = { path = "../sysctl" } [target.'cfg(target_os = "macos")'.dependencies] # pfctl = "0.2" -core-foundation = "0.6" +core-foundation = "0.9" system-configuration = "0.2" [target.'cfg(target_os = "windows")'.dependencies]