From 6544db8376cd3f6314b2c1d6f9d38152cf8d692e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 21 May 2020 18:24:06 +0000 Subject: [PATCH] Bump metal from 0.17.0 to 0.17.1 Bumps [metal](https://github.com/gfx-rs/metal-rs) from 0.17.0 to 0.17.1. - [Release notes](https://github.com/gfx-rs/metal-rs/releases) - [Commits](https://github.com/gfx-rs/metal-rs/commits) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 872f65769dd..1d3431d3cc8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3403,9 +3403,9 @@ dependencies = [ [[package]] name = "metal" -version = "0.17.0" +version = "0.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ddf8052f20601c7af6293d3f7bf7b9159aee5974804fe65d871d437f933ec1eb" +checksum = "f83c7dcc2038e12f68493fa3de44235df27b2497178e257185b4b5b5d028a1e4" dependencies = [ "bitflags", "block", @@ -5684,7 +5684,7 @@ dependencies = [ "libc", "log", "mach", - "metal 0.17.0", + "metal 0.17.1", "objc", "parking_lot 0.9.0", "wayland-sys 0.24.0",