From caecee687512338a76cc47454a4ffbcc6489b963 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 14:49:10 +0000 Subject: [PATCH] build(deps): bump wayland-protocols from 0.30.0 to 0.30.1 Bumps [wayland-protocols](https://github.com/smithay/wayland-rs) from 0.30.0 to 0.30.1. - [Release notes](https://github.com/smithay/wayland-rs/releases) - [Changelog](https://github.com/Smithay/wayland-rs/blob/master/historical_changelog.md) - [Commits](https://github.com/smithay/wayland-rs/compare/v0.30.0...wayland-egl-v0.30.1) --- updated-dependencies: - dependency-name: wayland-protocols dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dd2fde1..b7e2553 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3476,9 +3476,9 @@ dependencies = [ [[package]] name = "wayland-protocols" -version = "0.30.0" +version = "0.30.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fefbeb8a360abe67ab7c2efe1d297a1a50ee011f5460791bc18870c26bb84e2" +checksum = "3b28101e5ca94f70461a6c2d610f76d85ad223d042dd76585ab23d3422dd9b4d" dependencies = [ "bitflags 1.3.2", "wayland-backend", diff --git a/Cargo.toml b/Cargo.toml index 5eda909..a1ba6a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -85,7 +85,7 @@ dirs = "5.0.1" walkdir = "2.3.2" notify = { version = "6.0.1", default-features = false } wayland-client = "0.30.2" -wayland-protocols = { version = "0.30.0", features = ["unstable", "client"] } +wayland-protocols = { version = "0.30.1", features = ["unstable", "client"] } wayland-protocols-wlr = { version = "0.1.0", features = ["client"] } smithay-client-toolkit = { version = "0.17.0", default-features = false, features = [ "calloop",