Update deps & Smithay (layer-shell overflows fix)

This commit is contained in:
Ivan Molodetskikh
2025-07-13 12:57:06 +03:00
parent dfb3683187
commit 45e9bb769d
3 changed files with 51 additions and 51 deletions
+5 -5
View File
@@ -17,13 +17,13 @@ rust-version = "1.80.1"
[workspace.dependencies]
anyhow = "1.0.98"
bitflags = "2.9.1"
clap = { version = "4.5.40", features = ["derive"] }
clap = { version = "4.5.41", features = ["derive"] }
insta = "1.43.1"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
tracing = { version = "0.1.41", features = ["max_level_trace", "release_max_level_debug"] }
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
tracy-client = { version = "0.18.1", default-features = false }
tracy-client = { version = "0.18.2", default-features = false }
[workspace.dependencies.smithay]
# version = "0.4.1"
@@ -52,14 +52,14 @@ keywords = ["wayland", "compositor", "tiling", "smithay", "wm"]
[dependencies]
anyhow.workspace = true
arrayvec = "0.7.6"
async-channel = "2.3.1"
async-channel = "2.5.0"
async-io = { version = "2.4.1", optional = true }
atomic = "0.6.1"
bitflags.workspace = true
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.54"
clap_complete = "4.5.55"
directories = "6.0.0"
drm-ffi = "0.9.0"
fastrand = "2.3.0"
@@ -91,7 +91,7 @@ url = { version = "2.5.4", optional = true }
wayland-backend = "0.3.10"
wayland-scanner = "0.31.6"
xcursor = "0.3.10"
zbus = { version = "5.7.1", optional = true }
zbus = { version = "5.8.0", optional = true }
[dependencies.smithay]
workspace = true