mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-24 02:01:18 +07:00
Upgrade deps and Smithay (cursor-shape v2)
This commit is contained in:
Generated
+410
-306
File diff suppressed because it is too large
Load Diff
+8
-8
@@ -17,7 +17,7 @@ rust-version = "1.80.1"
|
|||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
anyhow = "1.0.98"
|
anyhow = "1.0.98"
|
||||||
bitflags = "2.9.1"
|
bitflags = "2.9.1"
|
||||||
clap = { version = "4.5.38", features = ["derive"] }
|
clap = { version = "4.5.40", features = ["derive"] }
|
||||||
insta = "1.43.1"
|
insta = "1.43.1"
|
||||||
serde = { version = "1.0.219", features = ["derive"] }
|
serde = { version = "1.0.219", features = ["derive"] }
|
||||||
serde_json = "1.0.140"
|
serde_json = "1.0.140"
|
||||||
@@ -53,13 +53,13 @@ keywords = ["wayland", "compositor", "tiling", "smithay", "wm"]
|
|||||||
anyhow.workspace = true
|
anyhow.workspace = true
|
||||||
arrayvec = "0.7.6"
|
arrayvec = "0.7.6"
|
||||||
async-channel = "2.3.1"
|
async-channel = "2.3.1"
|
||||||
async-io = { version = "2.4.0", optional = true }
|
async-io = { version = "2.4.1", optional = true }
|
||||||
atomic = "0.6.0"
|
atomic = "0.6.0"
|
||||||
bitflags.workspace = true
|
bitflags.workspace = true
|
||||||
bytemuck = { version = "1.23.0", features = ["derive"] }
|
bytemuck = { version = "1.23.1", features = ["derive"] }
|
||||||
calloop = { version = "0.14.2", features = ["executor", "futures-io"] }
|
calloop = { version = "0.14.2", features = ["executor", "futures-io"] }
|
||||||
clap = { workspace = true, features = ["string"] }
|
clap = { workspace = true, features = ["string"] }
|
||||||
clap_complete = "4.5.50"
|
clap_complete = "4.5.54"
|
||||||
directories = "6.0.0"
|
directories = "6.0.0"
|
||||||
drm-ffi = "0.9.0"
|
drm-ffi = "0.9.0"
|
||||||
fastrand = "2.3.0"
|
fastrand = "2.3.0"
|
||||||
@@ -78,7 +78,7 @@ pango = { version = "0.20.10", features = ["v1_44"] }
|
|||||||
pangocairo = "0.20.10"
|
pangocairo = "0.20.10"
|
||||||
pipewire = { git = "https://gitlab.freedesktop.org/pipewire/pipewire-rs.git", optional = true, features = ["v0_3_33"] }
|
pipewire = { git = "https://gitlab.freedesktop.org/pipewire/pipewire-rs.git", optional = true, features = ["v0_3_33"] }
|
||||||
png = "0.17.16"
|
png = "0.17.16"
|
||||||
portable-atomic = { version = "1.11.0", default-features = false, features = ["float"] }
|
portable-atomic = { version = "1.11.1", default-features = false, features = ["float"] }
|
||||||
profiling = "1.0.16"
|
profiling = "1.0.16"
|
||||||
sd-notify = "0.4.5"
|
sd-notify = "0.4.5"
|
||||||
serde.workspace = true
|
serde.workspace = true
|
||||||
@@ -91,7 +91,7 @@ url = { version = "2.5.4", optional = true }
|
|||||||
wayland-backend = "0.3.10"
|
wayland-backend = "0.3.10"
|
||||||
wayland-scanner = "0.31.6"
|
wayland-scanner = "0.31.6"
|
||||||
xcursor = "0.3.8"
|
xcursor = "0.3.8"
|
||||||
zbus = { version = "5.7.0", optional = true }
|
zbus = { version = "5.7.1", optional = true }
|
||||||
|
|
||||||
[dependencies.smithay]
|
[dependencies.smithay]
|
||||||
workspace = true
|
workspace = true
|
||||||
@@ -115,8 +115,8 @@ features = [
|
|||||||
approx = "0.5.1"
|
approx = "0.5.1"
|
||||||
calloop-wayland-source = "0.4.0"
|
calloop-wayland-source = "0.4.0"
|
||||||
insta.workspace = true
|
insta.workspace = true
|
||||||
proptest = "1.6.0"
|
proptest = "1.7.0"
|
||||||
proptest-derive = { version = "0.5.1", features = ["boxed_union"] }
|
proptest-derive = { version = "0.6.0", features = ["boxed_union"] }
|
||||||
rayon = "1.10.0"
|
rayon = "1.10.0"
|
||||||
wayland-client = "0.31.10"
|
wayland-client = "0.31.10"
|
||||||
xshell = "0.2.7"
|
xshell = "0.2.7"
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ repository.workspace = true
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bitflags.workspace = true
|
bitflags.workspace = true
|
||||||
csscolorparser = "0.7.0"
|
csscolorparser = "0.7.2"
|
||||||
knuffel = "3.2.0"
|
knuffel = "3.2.0"
|
||||||
miette = { version = "5.10.0", features = ["fancy-no-backtrace"] }
|
miette = { version = "5.10.0", features = ["fancy-no-backtrace"] }
|
||||||
niri-ipc = { version = "25.5.1", path = "../niri-ipc" }
|
niri-ipc = { version = "25.5.1", path = "../niri-ipc" }
|
||||||
|
|||||||
+1
-1
@@ -13,7 +13,7 @@ readme = "README.md"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = { workspace = true, optional = true }
|
clap = { workspace = true, optional = true }
|
||||||
schemars = { version = "0.8.22", optional = true }
|
schemars = { version = "0.9.0", optional = true }
|
||||||
serde.workspace = true
|
serde.workspace = true
|
||||||
serde_json.workspace = true
|
serde_json.workspace = true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user