From 60f0ef3d4fa4d79b7b5c15cfcbcf646119e0a353 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 04:30:54 +0000 Subject: [PATCH] build(deps): update objc2-quartz-core requirement from 0.2.2 to 0.3.0 Updates the requirements on [objc2-quartz-core](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-quartz-core 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..aa38fc1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,7 @@ objc2-foundation = { version = "0.2.2", features = [ "NSThread", "NSValue", ] } -objc2-quartz-core = { version = "0.2.2", features = ["CALayer", "CATransaction"] } +objc2-quartz-core = { version = "0.3.0", features = ["CALayer", "CATransaction"] } [target.'cfg(target_arch = "wasm32")'.dependencies] js-sys = "0.3.63"