From 59d93f43a1ac3347299d33d27dc191630b233d66 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 06:17:29 +0000 Subject: [PATCH] build(deps): bump wayland-sys from 0.24.0 to 0.24.1 Bumps [wayland-sys](https://github.com/smithay/wayland-rs) from 0.24.0 to 0.24.1. - [Release notes](https://github.com/smithay/wayland-rs/releases) - [Changelog](https://github.com/Smithay/wayland-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/smithay/wayland-rs/compare/v0.24.0...v0.24.1) 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 830d77c7cd3..721e3ba5e29 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6195,7 +6195,7 @@ dependencies = [ "metal 0.18.0", "objc", "parking_lot 0.10.2", - "wayland-sys 0.24.0", + "wayland-sys 0.24.1", "winapi", "winit", "wio", @@ -7071,9 +7071,9 @@ dependencies = [ [[package]] name = "wayland-sys" -version = "0.24.0" +version = "0.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "695d1a3f30f853d3b9b530df7d9ed1c32ff9b025b5d51529827a231521f2f2e4" +checksum = "537500923d50be11d95a63c4cb538145e4c82edf61296b7debc1f94a1a6514ed" dependencies = [ "dlib 0.4.2", "lazy_static",