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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-05-21 18:24:06 +00:00 committed by GitHub
parent 94063d67a8
commit 6544db8376
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

6
Cargo.lock generated
View file

@ -3403,9 +3403,9 @@ dependencies = [
[[package]] [[package]]
name = "metal" name = "metal"
version = "0.17.0" version = "0.17.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ddf8052f20601c7af6293d3f7bf7b9159aee5974804fe65d871d437f933ec1eb" checksum = "f83c7dcc2038e12f68493fa3de44235df27b2497178e257185b4b5b5d028a1e4"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"block", "block",
@ -5684,7 +5684,7 @@ dependencies = [
"libc", "libc",
"log", "log",
"mach", "mach",
"metal 0.17.0", "metal 0.17.1",
"objc", "objc",
"parking_lot 0.9.0", "parking_lot 0.9.0",
"wayland-sys 0.24.0", "wayland-sys 0.24.0",