Merge pull request #179 from JakeStanger/dependabot/cargo/wayland-client-0.30.2

build(deps): bump wayland-client from 0.30.1 to 0.30.2
This commit is contained in:
Jake Stanger
2023-06-05 18:06:29 +01:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -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"] }