From 68869bc6148fe32164dea3c57a06ef933fd61a7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Dec 2022 03:12:39 +0000 Subject: [PATCH] Update wayland-protocols requirement from 0.29 to 0.30 Updates the requirements on [wayland-protocols](https://github.com/smithay/wayland-rs) to permit the latest version. - [Release notes](https://github.com/smithay/wayland-rs/releases) - [Changelog](https://github.com/Smithay/wayland-rs/blob/v0.29.5/CHANGELOG.md) - [Commits](https://github.com/smithay/wayland-rs/compare/v0.29.0...v0.29.5) --- updated-dependencies: - dependency-name: wayland-protocols dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 657960d..5eb9cde 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ edition = "2021" [dependencies] wayland-client = {version="0.29", features = ["use_system_lib"]} -wayland-protocols = {version="0.29", features = ["client", "unstable_protocols"]} +wayland-protocols = {version="0.30", features = ["client", "unstable_protocols"]} # wayland-protocols-misc = "0.1.0-beta.4" This crate should be used once the input-method protocol is removed from the wayland-protocols crate input-event-codes = "5.16.8" log = { version = "0.4", optional = true }