From e0bc05acb5b16bad48d8167919df2d5ad04b74ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 15:04:15 +0000 Subject: [PATCH] build(deps): bump wayland-client from 0.30.1 to 0.30.2 Bumps [wayland-client](https://github.com/smithay/wayland-rs) from 0.30.1 to 0.30.2. - [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/wayland-client-v0.30.1...wayland-client-v0.30.2) --- updated-dependencies: - dependency-name: wayland-client 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 d6d37b8..d69c4e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3468,9 +3468,9 @@ dependencies = [ [[package]] name = "wayland-client" -version = "0.30.1" +version = "0.30.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85bde68449abab1a808e5227b6e295f4ae3680911eb7711b4a2cb90141edb780" +checksum = "489c9654770f674fc7e266b3c579f4053d7551df0ceb392f153adb1f9ed06ac8" dependencies = [ "bitflags 1.3.2", "calloop", diff --git a/Cargo.toml b/Cargo.toml index b743750..3d2ed4f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,7 @@ indexmap = "1.9.1" dirs = "5.0.1" walkdir = "2.3.2" notify = { version = "5.0.0", default-features = false } -wayland-client = "0.30.0" +wayland-client = "0.30.2" wayland-protocols = { version = "0.30.0", features = ["unstable", "client"] } wayland-protocols-wlr = { version = "0.1.0", features = ["client"] } smithay-client-toolkit = { version = "0.17.0", default-features = false, features = ["calloop"] }