diff --git a/Cargo.lock b/Cargo.lock index e60af8a593..52f81e8e57 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2957,7 +2957,7 @@ dependencies = [ "async-trait", "cfg-if", "clap", - "core-foundation 0.9.4", + "core-foundation 0.10.0", "dbus", "dirs", "dispatch", @@ -3189,7 +3189,7 @@ dependencies = [ "camino", "cfg-if", "clap", - "core-foundation 0.9.4", + "core-foundation 0.10.0", "dirs", "fig_os_shim", "fig_test", diff --git a/crates/fig_integrations/Cargo.toml b/crates/fig_integrations/Cargo.toml index a8414a8a0d..5548e5487e 100644 --- a/crates/fig_integrations/Cargo.toml +++ b/crates/fig_integrations/Cargo.toml @@ -43,7 +43,7 @@ dispatch = { version = "0.2.0", optional = true } macos-utils = { path = "../macos-utils" } fig_telemetry.workspace = true accessibility-sys = { path = "../macos-utils/accessibility-master/accessibility-sys", version = "0.1.3" } -core-foundation = "0.9.3" +core-foundation = "0.10.0" plist = "1.4.0" objc.workspace = true diff --git a/crates/fig_util/Cargo.toml b/crates/fig_util/Cargo.toml index 81927893a1..d7c88b95a3 100644 --- a/crates/fig_util/Cargo.toml +++ b/crates/fig_util/Cargo.toml @@ -38,7 +38,7 @@ whoami.workspace = true [target.'cfg(target_os = "macos")'.dependencies] appkit-nsworkspace-bindings.workspace = true -core-foundation = "0.9.3" +core-foundation = "0.10.0" macos-utils = { path = "../macos-utils" } objc.workspace = true