diff --git a/codex-rs/Cargo.lock b/codex-rs/Cargo.lock index b47e65bcb..587266f3a 100644 --- a/codex-rs/Cargo.lock +++ b/codex-rs/Cargo.lock @@ -1845,7 +1845,7 @@ dependencies = [ "codex-utils-stream-parser", "codex-utils-string", "codex-windows-sandbox", - "core-foundation 0.9.4", + "core-foundation 0.10.1", "core_test_support", "csv", "ctor 0.6.3", @@ -2723,7 +2723,7 @@ dependencies = [ name = "codex-utils-sleep-inhibitor" version = "1.2.5" dependencies = [ - "core-foundation 0.9.4", + "core-foundation 0.10.1", "libc", "tracing", "windows-sys 0.61.2", diff --git a/codex-rs/core/Cargo.toml b/codex-rs/core/Cargo.toml index a96535fa9..3b3c25ff2 100644 --- a/codex-rs/core/Cargo.toml +++ b/codex-rs/core/Cargo.toml @@ -124,7 +124,7 @@ landlock = { workspace = true } seccompiler = { workspace = true } [target.'cfg(target_os = "macos")'.dependencies] -core-foundation = "0.9" +core-foundation = "0.10" keyring = { workspace = true, features = ["apple-native"] } # Build OpenSSL from source for musl builds. diff --git a/codex-rs/utils/sleep-inhibitor/Cargo.toml b/codex-rs/utils/sleep-inhibitor/Cargo.toml index 888705a77..da963d322 100644 --- a/codex-rs/utils/sleep-inhibitor/Cargo.toml +++ b/codex-rs/utils/sleep-inhibitor/Cargo.toml @@ -11,7 +11,7 @@ workspace = true tracing = { workspace = true } [target.'cfg(target_os = "macos")'.dependencies] -core-foundation = "0.9" +core-foundation = "0.10" [target.'cfg(target_os = "linux")'.dependencies] libc = { workspace = true }