mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-23 02:05:33 +07:00
Upgrade dependencies
This commit is contained in:
Generated
+192
-165
File diff suppressed because it is too large
Load Diff
+6
-6
@@ -10,8 +10,8 @@ edition = "2021"
|
|||||||
repository = "https://github.com/YaLTeR/niri"
|
repository = "https://github.com/YaLTeR/niri"
|
||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
anyhow = "1.0.80"
|
anyhow = "1.0.81"
|
||||||
bitflags = "2.4.2"
|
bitflags = "2.5.0"
|
||||||
clap = { version = "~4.4.18", features = ["derive"] }
|
clap = { version = "~4.4.18", features = ["derive"] }
|
||||||
serde = { version = "1.0.197", features = ["derive"] }
|
serde = { version = "1.0.197", features = ["derive"] }
|
||||||
tracing = { version = "0.1.40", features = ["max_level_trace", "release_max_level_debug"] }
|
tracing = { version = "0.1.40", features = ["max_level_trace", "release_max_level_debug"] }
|
||||||
@@ -44,15 +44,15 @@ anyhow.workspace = true
|
|||||||
arrayvec = "0.7.4"
|
arrayvec = "0.7.4"
|
||||||
async-channel = { version = "2.2.0", optional = true }
|
async-channel = { version = "2.2.0", optional = true }
|
||||||
async-io = { version = "1.13.0", optional = true }
|
async-io = { version = "1.13.0", optional = true }
|
||||||
bitflags = "2.4.2"
|
bitflags.workspace = true
|
||||||
bytemuck = { version = "1.14.3", features = ["derive"] }
|
bytemuck = { version = "1.15.0", features = ["derive"] }
|
||||||
calloop = { version = "0.13.0", features = ["executor", "futures-io"] }
|
calloop = { version = "0.13.0", features = ["executor", "futures-io"] }
|
||||||
clap = { workspace = true, features = ["string"] }
|
clap = { workspace = true, features = ["string"] }
|
||||||
directories = "5.0.1"
|
directories = "5.0.1"
|
||||||
drm-ffi = "0.7.1"
|
drm-ffi = "0.7.1"
|
||||||
futures-util = { version = "0.3.30", default-features = false, features = ["std", "io"] }
|
futures-util = { version = "0.3.30", default-features = false, features = ["std", "io"] }
|
||||||
git-version = "0.3.9"
|
git-version = "0.3.9"
|
||||||
glam = "0.25.0"
|
glam = "0.27.0"
|
||||||
input = { version = "0.9.0", features = ["libinput_1_21"] }
|
input = { version = "0.9.0", features = ["libinput_1_21"] }
|
||||||
keyframe = { version = "1.1.1", default-features = false }
|
keyframe = { version = "1.1.1", default-features = false }
|
||||||
libc = "0.2.153"
|
libc = "0.2.153"
|
||||||
@@ -67,7 +67,7 @@ portable-atomic = { version = "1.6.0", default-features = false, features = ["fl
|
|||||||
profiling = "1.0.15"
|
profiling = "1.0.15"
|
||||||
sd-notify = "0.4.1"
|
sd-notify = "0.4.1"
|
||||||
serde.workspace = true
|
serde.workspace = true
|
||||||
serde_json = "1.0.114"
|
serde_json = "1.0.115"
|
||||||
smithay-drm-extras.workspace = true
|
smithay-drm-extras.workspace = true
|
||||||
tracing-subscriber.workspace = true
|
tracing-subscriber.workspace = true
|
||||||
tracing.workspace = true
|
tracing.workspace = true
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ csscolorparser = "0.6.2"
|
|||||||
knuffel = "3.2.0"
|
knuffel = "3.2.0"
|
||||||
miette = "5.10.0"
|
miette = "5.10.0"
|
||||||
niri-ipc = { version = "0.1.3", path = "../niri-ipc" }
|
niri-ipc = { version = "0.1.3", path = "../niri-ipc" }
|
||||||
regex = "1.10.3"
|
regex = "1.10.4"
|
||||||
smithay = { workspace = true, features = ["backend_libinput"] }
|
smithay = { workspace = true, features = ["backend_libinput"] }
|
||||||
tracing.workspace = true
|
tracing.workspace = true
|
||||||
tracy-client.workspace = true
|
tracy-client.workspace = true
|
||||||
|
|||||||
Reference in New Issue
Block a user