From 6eb5810055de553f4050150dfe161165e78fbe46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Oct 2022 19:36:01 +0000 Subject: [PATCH] Update metal requirement from 0.23 to 0.24 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/v0.24.0) --- 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..76bff0a7ea 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.24", features = ["private"] } foreign-types = "0.3" objc = "0.2.5" block = "0.1"