From 5865bc6d1d66d7c9a5d4a6fbe595ffdb4e0046cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jun 2023 09:01:32 +0000 Subject: [PATCH] Update core-graphics requirement from 0.22 to 0.23 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.22.0...cocoa-v0.23.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 30fd517..a496ee1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ rustdoc-args = ["--cfg", "docsrs"] [dependencies] block = "0.1.6" core-foundation = "0.9" -core-graphics = "0.22" +core-graphics = "0.23" dispatch = "0.2.0" infer = { version = "0.13", optional = true } lazy_static = "1.4.0"