Upgrade deps and Smithay (cursor-shape v2)

This commit is contained in:
Ivan Molodetskikh
2025-06-11 09:51:18 +03:00
parent 10a6d6ae45
commit aa47223c19
4 changed files with 420 additions and 316 deletions
+8 -8
View File
@@ -17,7 +17,7 @@ rust-version = "1.80.1"
[workspace.dependencies]
anyhow = "1.0.98"
bitflags = "2.9.1"
clap = { version = "4.5.38", features = ["derive"] }
clap = { version = "4.5.40", features = ["derive"] }
insta = "1.43.1"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
@@ -53,13 +53,13 @@ keywords = ["wayland", "compositor", "tiling", "smithay", "wm"]
anyhow.workspace = true
arrayvec = "0.7.6"
async-channel = "2.3.1"
async-io = { version = "2.4.0", optional = true }
async-io = { version = "2.4.1", optional = true }
atomic = "0.6.0"
bitflags.workspace = true
bytemuck = { version = "1.23.0", features = ["derive"] }
bytemuck = { version = "1.23.1", features = ["derive"] }
calloop = { version = "0.14.2", features = ["executor", "futures-io"] }
clap = { workspace = true, features = ["string"] }
clap_complete = "4.5.50"
clap_complete = "4.5.54"
directories = "6.0.0"
drm-ffi = "0.9.0"
fastrand = "2.3.0"
@@ -78,7 +78,7 @@ pango = { version = "0.20.10", features = ["v1_44"] }
pangocairo = "0.20.10"
pipewire = { git = "https://gitlab.freedesktop.org/pipewire/pipewire-rs.git", optional = true, features = ["v0_3_33"] }
png = "0.17.16"
portable-atomic = { version = "1.11.0", default-features = false, features = ["float"] }
portable-atomic = { version = "1.11.1", default-features = false, features = ["float"] }
profiling = "1.0.16"
sd-notify = "0.4.5"
serde.workspace = true
@@ -91,7 +91,7 @@ url = { version = "2.5.4", optional = true }
wayland-backend = "0.3.10"
wayland-scanner = "0.31.6"
xcursor = "0.3.8"
zbus = { version = "5.7.0", optional = true }
zbus = { version = "5.7.1", optional = true }
[dependencies.smithay]
workspace = true
@@ -115,8 +115,8 @@ features = [
approx = "0.5.1"
calloop-wayland-source = "0.4.0"
insta.workspace = true
proptest = "1.6.0"
proptest-derive = { version = "0.5.1", features = ["boxed_union"] }
proptest = "1.7.0"
proptest-derive = { version = "0.6.0", features = ["boxed_union"] }
rayon = "1.10.0"
wayland-client = "0.31.10"
xshell = "0.2.7"