diff --git a/Cargo.toml b/Cargo.toml index fd1bc04..e2b9d7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,61 +41,61 @@ features = [ [target.i686-unknown-linux-gnu.dependencies] x11-dl = "2.18.3" -wayland-client = "0.24" +wayland-client = "0.25" wayland-protocols = { version = "0.24", features = ["client"] } tempfile = "3.1.0" [target.x86_64-unknown-linux-gnu.dependencies] x11-dl = "2.18.3" -wayland-client = "0.24" +wayland-client = "0.25" wayland-protocols = { version = "0.24", features = ["client"] } tempfile = "3.1.0" [target.arm-unknown-linux-gnueabihf.dependencies] x11-dl = "2.18.3" -wayland-client = "0.24" +wayland-client = "0.25" wayland-protocols = { version = "0.24", features = ["client"] } tempfile = "3.1.0" [target.armv7-unknown-linux-gnueabihf.dependencies] x11-dl = "2.18.3" -wayland-client = "0.24" +wayland-client = "0.25" wayland-protocols = { version = "0.24", features = ["client"] } tempfile = "3.1.0" [target.aarch64-unknown-linux-gnu.dependencies] x11-dl = "2.18.3" -wayland-client = "0.24" +wayland-client = "0.25" wayland-protocols = { version = "0.24", features = ["client"] } tempfile = "3.1.0" [target.x86_64-unknown-dragonfly.dependencies] x11-dl = "2.18.3" -wayland-client = "0.24" +wayland-client = "0.25" wayland-protocols = { version = "0.24", features = ["client"] } tempfile = "3.1.0" [target.armv6-unknown-freebsd.dependencies] x11-dl = "2.18.3" -wayland-client = "0.24" +wayland-client = "0.25" wayland-protocols = { version = "0.24", features = ["client"] } tempfile = "3.1.0" [target.armv7-unknown-freebsd.dependencies] x11-dl = "2.18.3" -wayland-client = "0.24" +wayland-client = "0.25" wayland-protocols = { version = "0.24", features = ["client"] } tempfile = "3.1.0" [target.aarch64-unknown-freebsd.dependencies] x11-dl = "2.18.3" -wayland-client = "0.24" +wayland-client = "0.25" wayland-protocols = { version = "0.24", features = ["client"] } tempfile = "3.1.0" [target.x86_64-unknown-freebsd.dependencies] x11-dl = "2.18.3" -wayland-client = "0.24" +wayland-client = "0.25" wayland-protocols = { version = "0.24", features = ["client"] } tempfile = "3.1.0"