From 9ccb8e80f9a09b701d598d26d7603ba0ee1a47df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 04:46:09 +0000 Subject: [PATCH] Bump wayland-client from 0.31.1 to 0.31.2 Bumps [wayland-client](https://github.com/smithay/wayland-rs) from 0.31.1 to 0.31.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.31.1...wayland-client-v0.31.2) --- updated-dependencies: - dependency-name: wayland-client dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7e8841bf..edb91f54 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -745,12 +745,12 @@ dependencies = [ [[package]] name = "wayland-client" -version = "0.31.1" +version = "0.31.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ca7d52347346f5473bf2f56705f360e8440873052e575e55890c4fa57843ed3" +checksum = "82fb96ee935c2cea6668ccb470fb7771f6215d1691746c2d896b447a00ad3f1f" dependencies = [ "bitflags 2.4.1", - "nix", + "rustix", "wayland-backend", "wayland-scanner", ]