Skip to content
This repository was archived by the owner on Apr 22, 2026. It is now read-only.

Commit c49a0eb

Browse files
chore(deps): bump core-foundation from 0.9.4 to 0.10.1 in /codex-rs
Bumps [core-foundation](https://github.com/servo/core-foundation-rs) from 0.9.4 to 0.10.1. - [Commits](https://github.com/servo/core-foundation-rs/commits) --- updated-dependencies: - dependency-name: core-foundation dependency-version: 0.10.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5eda48e commit c49a0eb

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

codex-rs/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codex-rs/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ landlock = { workspace = true }
124124
seccompiler = { workspace = true }
125125

126126
[target.'cfg(target_os = "macos")'.dependencies]
127-
core-foundation = "0.9"
127+
core-foundation = "0.10"
128128
keyring = { workspace = true, features = ["apple-native"] }
129129

130130
# Build OpenSSL from source for musl builds.

codex-rs/utils/sleep-inhibitor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ workspace = true
1111
tracing = { workspace = true }
1212

1313
[target.'cfg(target_os = "macos")'.dependencies]
14-
core-foundation = "0.9"
14+
core-foundation = "0.10"
1515

1616
[target.'cfg(target_os = "linux")'.dependencies]
1717
libc = { workspace = true }

0 commit comments

Comments
 (0)