From bb3e03a169c85f40f8b56d07f37b1cf517fbc5c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 14:04:47 +0000 Subject: [PATCH] build(deps): bump smithay-client-toolkit from 0.18.0 to 0.18.1 Bumps [smithay-client-toolkit](https://github.com/smithay/client-toolkit) from 0.18.0 to 0.18.1. - [Changelog](https://github.com/Smithay/client-toolkit/blob/v0.18.1/CHANGELOG.md) - [Commits](https://github.com/smithay/client-toolkit/compare/v0.18.0...v0.18.1) --- updated-dependencies: - dependency-name: smithay-client-toolkit 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 b1870b20..bca0155f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2809,9 +2809,9 @@ checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" [[package]] name = "smithay-client-toolkit" -version = "0.18.0" +version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60e3d9941fa3bacf7c2bf4b065304faa14164151254cd16ce1b1bc8fc381600f" +checksum = "922fd3eeab3bd820d76537ce8f582b1cf951eceb5475c28500c7457d9d17f53a" dependencies = [ "bitflags 2.4.0", "calloop", diff --git a/Cargo.toml b/Cargo.toml index b43c1c89..fee85733 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -95,7 +95,7 @@ notify = { version = "6.1.1", default-features = false } wayland-client = "0.31.1" wayland-protocols = { version = "0.31.0", features = ["unstable", "client"] } wayland-protocols-wlr = { version = "0.2.0", features = ["client"] } -smithay-client-toolkit = { version = "0.18.0", default-features = false, features = [ +smithay-client-toolkit = { version = "0.18.1", default-features = false, features = [ "calloop", ] } universal-config = { version = "0.4.3", default_features = false }