From 7dd13b423bf821a3e477f707fd9eb5511c400fd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 04:30:12 +0000 Subject: [PATCH] build(deps): update objc2-foundation requirement from 0.2.2 to 0.3.0 Updates the requirements on [objc2-foundation](https://github.com/madsmtm/objc2) to permit the latest version. - [Commits](https://github.com/madsmtm/objc2/compare/objc-0.2.2...block-0.3.0) --- updated-dependencies: - dependency-name: objc2-foundation 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 49cd067..3b38287 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ bytemuck = { version = "1.12.3", features = ["extern_crate_alloc"] } core-graphics = "0.24.0" foreign-types = "0.5.0" objc2 = "0.5.2" -objc2-foundation = { version = "0.2.2", features = [ +objc2-foundation = { version = "0.3.0", features = [ "NSDictionary", "NSGeometry", "NSKeyValueObserving",