Upgrade dependencies

This commit is contained in:
Ivan Molodetskikh
2024-07-08 09:38:18 +04:00
parent 570bf1cb3c
commit fc2be2b8d0
2 changed files with 173 additions and 173 deletions
+8 -8
View File
@@ -11,10 +11,10 @@ repository = "https://github.com/YaLTeR/niri"
[workspace.dependencies]
anyhow = "1.0.86"
bitflags = "2.5.0"
bitflags = "2.6.0"
clap = { version = "~4.4.18", features = ["derive"] }
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.117"
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.120"
tracing = { version = "0.1.40", features = ["max_level_trace", "release_max_level_debug"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
tracy-client = { version = "0.17.0", default-features = false }
@@ -59,18 +59,18 @@ glam = "0.28.0"
input = { version = "0.9.0", features = ["libinput_1_21"] }
keyframe = { version = "1.1.1", default-features = false }
libc = "0.2.155"
log = { version = "0.4.21", features = ["max_level_trace", "release_max_level_debug"] }
log = { version = "0.4.22", features = ["max_level_trace", "release_max_level_debug"] }
niri-config = { version = "0.1.7", path = "niri-config" }
niri-ipc = { version = "0.1.7", path = "niri-ipc", features = ["clap"] }
notify-rust = { version = "~4.10.0", optional = true }
ordered-float = "4.2.0"
ordered-float = "4.2.1"
pango = { version = "0.19.8", features = ["v1_44"] }
pangocairo = "0.19.8"
pipewire = { version = "0.8.0", optional = true }
png = "0.17.13"
portable-atomic = { version = "1.6.0", default-features = false, features = ["float"] }
profiling = "1.0.15"
sd-notify = "0.4.1"
sd-notify = "0.4.2"
serde.workspace = true
serde_json.workspace = true
smithay-drm-extras.workspace = true
@@ -102,8 +102,8 @@ features = [
[dev-dependencies]
approx = "0.5.1"
k9 = "0.12.0"
proptest = "1.4.0"
proptest-derive = "0.4.0"
proptest = "1.5.0"
proptest-derive = "0.5.0"
xshell = "0.2.6"
[features]