From c82991e12e4963c2b9fbbfe0d6b5d0ce159fc9dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 04:28:44 +0000 Subject: [PATCH] Update metal requirement from 0.23 to 0.26 Updates the requirements on [metal](https://github.com/gfx-rs/metal-rs) to permit the latest version. - [Release notes](https://github.com/gfx-rs/metal-rs/releases) - [Commits](https://github.com/gfx-rs/metal-rs/commits) --- updated-dependencies: - dependency-name: metal dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/backend/metal/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/metal/Cargo.toml b/src/backend/metal/Cargo.toml index ab6f353589..b9b4ea11bb 100644 --- a/src/backend/metal/Cargo.toml +++ b/src/backend/metal/Cargo.toml @@ -33,7 +33,7 @@ core-graphics-types = "0.1.1" fxhash = "0.2.1" log = "0.4" dispatch = { version = "0.2", optional = true } -metal = { version = "0.23", features = ["private"] } +metal = { version = "0.26", features = ["private"] } foreign-types = "0.3" objc = "0.2.5" block = "0.1"