From bbfa6ac8b8a8ba81c81c30a127954794a935d1a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2026 11:56:15 +0000 Subject: [PATCH] deps(deps): update core-graphics requirement from 0.24 to 0.25 Updates the requirements on [core-graphics](https://github.com/servo/core-foundation-rs) to permit the latest version. - [Commits](https://github.com/servo/core-foundation-rs/commits) --- updated-dependencies: - dependency-name: core-graphics dependency-version: 0.25.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 76f5c77..19544a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ objc2 = "0.6" # Apple frameworks core-foundation = "0.10" core-foundation-sys = "0.8" -core-graphics = "0.24" +core-graphics = "0.25" core-text = "=21.0.0" uuid = { version = "1", features = ["v4", "v5"] } block2 = "0.6"