From 6faebcc809b813eea89e12bcbdf6575e6181c5af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 17:22:24 +0000 Subject: [PATCH] chore(deps): bump core-foundation from 0.9.4 to 0.10.1 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] --- Cargo.lock | 2 +- crates/clx-core/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 326626c..66d625c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -914,7 +914,7 @@ dependencies = [ "anyhow", "async-trait", "chrono", - "core-foundation 0.9.4", + "core-foundation 0.10.1", "criterion", "dirs 5.0.1", "fastembed", diff --git a/crates/clx-core/Cargo.toml b/crates/clx-core/Cargo.toml index c8437a0..e1e0e91 100644 --- a/crates/clx-core/Cargo.toml +++ b/crates/clx-core/Cargo.toml @@ -65,7 +65,7 @@ fastembed = "5" # non-macOS builds never pull these. [target.'cfg(target_os = "macos")'.dependencies] security-framework = "2.11" -core-foundation = "0.9" +core-foundation = "0.10" # `bounded_read` opens untrusted-path files with O_NONBLOCK on Unix so the # open() call itself cannot hang on a FIFO with no writer attached (a plain