From 55c7d91bdb1d32182c9d09b874ad598f749eba24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 13:50:34 +0000 Subject: [PATCH] build(deps): update icrate requirement from 0.0.4 to 0.1.2 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.0.4) --- 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 1a39351c5..3e11fd389 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ lyon_geom = "1.0.1" lyon_path = "1.0.1" lyon_tessellation = "1.0.1" material-color-utilities-rs = "0.2.1" -icrate = "0.0.4" +icrate = "0.1.2" once_cell = "1.17.1" ordered-float = "4.1.1" paste = "1.0"