From 1a74abf48c646fa485fef1a6d2e69c2c0fdd78ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 14:52:33 +0000 Subject: [PATCH] build(deps): bump wayland-client from 0.30.2 to 0.31.1 Bumps [wayland-client](https://github.com/smithay/wayland-rs) from 0.30.2 to 0.31.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/wayland-client-v0.30.2...wayland-client-v0.31.1) --- updated-dependencies: - dependency-name: wayland-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 91 ++++++++++++++++++++++++++++++++++++++++++++---------- Cargo.toml | 2 +- 2 files changed, 75 insertions(+), 18 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aa226f74..26387800 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -780,9 +780,9 @@ dependencies = [ [[package]] name = "dlib" -version = "0.5.0" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac1b7517328c04c2aa68422fc60a41b92208182142ed04a25879c26c8f878794" +checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412" dependencies = [ "libloading", ] @@ -1660,7 +1660,7 @@ dependencies = [ "universal-config", "upower_dbus", "walkdir", - "wayland-client", + "wayland-client 0.31.1", "wayland-protocols", "wayland-protocols-wlr", "zbus", @@ -2316,6 +2316,15 @@ dependencies = [ "memchr", ] +[[package]] +name = "quick-xml" +version = "0.30.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956" +dependencies = [ + "memchr", +] + [[package]] name = "quote" version = "0.3.15" @@ -2774,12 +2783,12 @@ dependencies = [ "memmap2", "nix 0.26.4", "thiserror", - "wayland-backend", - "wayland-client", + "wayland-backend 0.1.2", + "wayland-client 0.30.2", "wayland-cursor", "wayland-protocols", "wayland-protocols-wlr", - "wayland-scanner", + "wayland-scanner 0.30.0", ] [[package]] @@ -3519,7 +3528,21 @@ dependencies = [ "nix 0.26.4", "scoped-tls", "smallvec", - "wayland-sys", + "wayland-sys 0.30.1", +] + +[[package]] +name = "wayland-backend" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "abfc134185f589b9cc8f3d6a562e5764a8daa219238e75c3e4d36ff5c919164d" +dependencies = [ + "cc", + "downcast-rs", + "nix 0.26.4", + "scoped-tls", + "smallvec", + "wayland-sys 0.31.1", ] [[package]] @@ -3531,8 +3554,20 @@ dependencies = [ "bitflags 1.3.2", "calloop", "nix 0.26.4", - "wayland-backend", - "wayland-scanner", + "wayland-backend 0.1.2", + "wayland-scanner 0.30.0", +] + +[[package]] +name = "wayland-client" +version = "0.31.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1ca7d52347346f5473bf2f56705f360e8440873052e575e55890c4fa57843ed3" +dependencies = [ + "bitflags 2.4.0", + "nix 0.26.4", + "wayland-backend 0.3.1", + "wayland-scanner 0.31.0", ] [[package]] @@ -3542,7 +3577,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2d0c3a0d5b4b688b07b0442362d3ed6bf04724fcc16cd69ab6285b90dbc487aa" dependencies = [ "nix 0.26.4", - "wayland-client", + "wayland-client 0.30.2", "xcursor", ] @@ -3553,9 +3588,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3b28101e5ca94f70461a6c2d610f76d85ad223d042dd76585ab23d3422dd9b4d" dependencies = [ "bitflags 1.3.2", - "wayland-backend", - "wayland-client", - "wayland-scanner", + "wayland-backend 0.1.2", + "wayland-client 0.30.2", + "wayland-scanner 0.30.0", ] [[package]] @@ -3565,10 +3600,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fce991093320e4a6a525876e6b629ab24da25f9baef0c2e0080ad173ec89588a" dependencies = [ "bitflags 1.3.2", - "wayland-backend", - "wayland-client", + "wayland-backend 0.1.2", + "wayland-client 0.30.2", "wayland-protocols", - "wayland-scanner", + "wayland-scanner 0.30.0", ] [[package]] @@ -3578,7 +3613,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4834c14b3edf1d9986c83ca79b1e7e3afbe9874c7c144702f6467063259ce45d" dependencies = [ "proc-macro2", - "quick-xml", + "quick-xml 0.23.1", + "quote 1.0.32", +] + +[[package]] +name = "wayland-scanner" +version = "0.31.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fb8e28403665c9f9513202b7e1ed71ec56fde5c107816843fb14057910b2c09c" +dependencies = [ + "proc-macro2", + "quick-xml 0.30.0", "quote 1.0.32", ] @@ -3593,6 +3639,17 @@ dependencies = [ "pkg-config", ] +[[package]] +name = "wayland-sys" +version = "0.31.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "15a0c8eaff5216d07f226cb7a549159267f3467b289d9a2e52fd3ef5aae2b7af" +dependencies = [ + "dlib", + "log", + "pkg-config", +] + [[package]] name = "web-sys" version = "0.3.61" diff --git a/Cargo.toml b/Cargo.toml index 405ad864..6b35cd2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -86,7 +86,7 @@ indexmap = "2.0.0" dirs = "5.0.1" walkdir = "2.4.0" notify = { version = "6.1.1", default-features = false } -wayland-client = "0.30.2" +wayland-client = "0.31.1" 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 = [