From 468c9496d1f1fe9491bf900d241646e804f5ecfe Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 3 May 2024 08:41:17 -0400 Subject: [PATCH 1/2] Update system-configuration dep to latest version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 66c47b1e7..63c355be1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -178,7 +178,7 @@ futures-util = { version = "0.3.0", default-features = false, features = ["std", winreg = "0.52.0" [target.'cfg(target_os = "macos")'.dependencies] -system-configuration = { version = "0.5.1", optional = true } +system-configuration = { version = "0.", optional = true } # wasm From 60043de7dc5ceaae54e59d9a8ccb4098317df65f Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 3 May 2024 08:41:41 -0400 Subject: [PATCH 2/2] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 63c355be1..ae11d643b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -178,7 +178,7 @@ futures-util = { version = "0.3.0", default-features = false, features = ["std", winreg = "0.52.0" [target.'cfg(target_os = "macos")'.dependencies] -system-configuration = { version = "0.", optional = true } +system-configuration = { version = "0.6.0", optional = true } # wasm