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 }