From 646b1f80842fb513c31ad3d78374b13932c721c4 Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Thu, 15 Aug 2024 09:40:12 -0400 Subject: [PATCH] chore: update macOS system-configuration dep (#2368) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1cced917b..421082ad5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -184,7 +184,7 @@ rustls = { version = "0.23", default-features = false, features = ["ring"] } windows-registry = "0.2" [target.'cfg(target_os = "macos")'.dependencies] -system-configuration = { version = "0.5.1", optional = true } +system-configuration = { version = "0.6.0", optional = true } # wasm