mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-23 02:05:33 +07:00
Update dependencies
This commit is contained in:
+3
-3
@@ -13,10 +13,10 @@ keywords = ["wayland", "compositor", "tiling", "smithay", "wm"]
|
||||
[dependencies]
|
||||
anyhow = { version = "1.0.75" }
|
||||
arrayvec = "0.7.4"
|
||||
async-channel = { version = "2.1.0", optional = true }
|
||||
async-channel = { version = "2.1.1", optional = true }
|
||||
async-io = { version = "1.13.0", optional = true }
|
||||
bitflags = "2.4.1"
|
||||
clap = { version = "4.4.8", features = ["derive"] }
|
||||
clap = { version = "4.4.11", features = ["derive"] }
|
||||
directories = "5.0.1"
|
||||
git-version = "0.3.8"
|
||||
keyframe = { version = "1.1.1", default-features = false }
|
||||
@@ -28,7 +28,7 @@ miette = "5.10.0"
|
||||
notify-rust = { version = "4.10.0", optional = true }
|
||||
pipewire = { version = "0.7.2", optional = true }
|
||||
png = "0.17.10"
|
||||
portable-atomic = { version = "1.5.1", default-features = false, features = ["float"] }
|
||||
portable-atomic = { version = "1.6.0", default-features = false, features = ["float"] }
|
||||
profiling = "1.0.11"
|
||||
sd-notify = "0.4.1"
|
||||
serde = { version = "1.0.193", features = ["derive"] }
|
||||
|
||||
Reference in New Issue
Block a user