Update Smithay and dependencies

This commit is contained in:
Ivan Molodetskikh
2024-03-08 17:06:35 +04:00
parent 348690afb6
commit 5c4b71a5a4
3 changed files with 152 additions and 149 deletions
+2 -2
View File
@@ -45,7 +45,7 @@ arrayvec = "0.7.4"
async-channel = { version = "2.2.0", optional = true }
async-io = { version = "1.13.0", optional = true }
bitflags = "2.4.2"
calloop = { version = "0.12.4", features = ["executor", "futures-io"] }
calloop = { version = "0.13.0", features = ["executor", "futures-io"] }
clap = { workspace = true, features = ["string"] }
directories = "5.0.1"
futures-util = { version = "0.3.30", default-features = false, features = ["std", "io"] }
@@ -54,7 +54,7 @@ glam = "0.25.0"
input = { version = "0.9.0", features = ["libinput_1_21"] }
keyframe = { version = "1.1.1", default-features = false }
libc = "0.2.153"
log = { version = "0.4.20", features = ["max_level_trace", "release_max_level_debug"] }
log = { version = "0.4.21", features = ["max_level_trace", "release_max_level_debug"] }
niri-config = { version = "0.1.2", path = "niri-config" }
niri-ipc = { version = "0.1.2", path = "niri-ipc", features = ["clap"] }
notify-rust = { version = "4.10.0", optional = true }