From e639bdc1264c266a84dae3bae3193e07cae6861b Mon Sep 17 00:00:00 2001 From: Christopher Joel <240083+cdata@users.noreply.github.com> Date: Mon, 12 Feb 2024 11:40:48 -0800 Subject: [PATCH] fix: Patch `system-configuration` version (#2130) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3e88a0e9e..6d681e6d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -161,7 +161,7 @@ futures-util = { version = "0.3.0", default-features = false, features = ["std", winreg = "0.50.0" [target.'cfg(target_os = "macos")'.dependencies] -system-configuration = "0.5.1" +system-configuration = "0.6" # wasm