From f598aa51f2f0e84ff4749b608edd559a9f1d4bcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 09:31:05 +0000 Subject: [PATCH] build(deps): update icrate requirement from 0.0.4 to 0.1.0 Updates the requirements on [icrate](https://github.com/madsmtm/objc2) to permit the latest version. - [Commits](https://github.com/madsmtm/objc2/compare/icrate-0.0.4...icrate-0.1.0) --- updated-dependencies: - dependency-name: icrate 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 945ffb49..4a965dcd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ windows = { version = "0.51", features = [ [target.'cfg(target_os = "macos")'.dependencies] core-graphics = { version = "0.23", features = ["highsierra"] } -icrate = { version = "0.0.4", features = ["AppKit_all"] } +icrate = { version = "0.1.0", features = ["AppKit_all"] } [target.'cfg(target_os = "linux")'.dependencies] libc = "0.2"