From 9aeee7fe3a0afbcae8272270f570a251229b4f56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 04:58:19 +0000 Subject: [PATCH] chore(deps): bump core-graphics from 0.24.0 to 0.25.0 Bumps [core-graphics](https://github.com/servo/core-foundation-rs) from 0.24.0 to 0.25.0. - [Commits](https://github.com/servo/core-foundation-rs/commits) --- updated-dependencies: - dependency-name: core-graphics dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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..d29e9c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -153,9 +153,9 @@ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" [[package]] name = "core-graphics" -version = "0.24.0" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1" +checksum = "064badf302c3194842cf2c5d61f56cc88e54a759313879cdf03abdd27d0c3b97" dependencies = [ "bitflags", "core-foundation", diff --git a/Cargo.toml b/Cargo.toml index 16c44d9..1e93c07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ features = ["bmp", "tga"] [target.'cfg(target_os = "macos")'.dependencies] objc_id = "0.1.1" objc-foundation = "0.1.1" -core-graphics = "0.24.0" +core-graphics = "0.25.0" core-foundation = "0.10.0" core-foundation-sys = "0.8.3"