From 9e4449da15f91b37ffe9da4a26fd06a460300af9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 04:56:33 +0000 Subject: [PATCH] build(deps): update core-graphics requirement from 0.23.1 to 0.24.0 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/compare/core-graphics-v0.23.1...core-graphics-v0.24.0) --- updated-dependencies: - dependency-name: core-graphics 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 1f41c0b..808ea0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ features = ["Win32_Graphics_Gdi", "Win32_UI_Shell", "Win32_UI_WindowsAndMessagin [target.'cfg(target_os = "macos")'.dependencies] bytemuck = { version = "1.12.3", features = ["extern_crate_alloc"] } -core-graphics = "0.23.1" +core-graphics = "0.24.0" foreign-types = "0.5.0" objc2 = "0.5.1" objc2-foundation = { version = "0.2.0", features = ["dispatch", "NSThread"] }