From 16de57feb4e8aa6fe95ff43065490597edcf4db8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 05:02:07 +0000 Subject: [PATCH] chore(deps): bump core-foundation from 0.10.0 to 0.10.1 Bumps [core-foundation](https://github.com/servo/core-foundation-rs) from 0.10.0 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-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b56c157..5b50121 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -137,9 +137,9 @@ checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" [[package]] name = "core-foundation" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63" +checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" dependencies = [ "core-foundation-sys", "libc", diff --git a/Cargo.toml b/Cargo.toml index 16c44d9..10d2eee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ features = ["bmp", "tga"] objc_id = "0.1.1" objc-foundation = "0.1.1" core-graphics = "0.24.0" -core-foundation = "0.10.0" +core-foundation = "0.10.1" core-foundation-sys = "0.8.3" [target.'cfg(any(target_os = "linux", target_os = "netbsd"))'.dependencies]