diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 38 |
1 files changed, 19 insertions, 19 deletions
@@ -15,15 +15,15 @@ repository = "https://github.com/YaLTeR/niri" rust-version = "1.80" [workspace.dependencies] -anyhow = "1.0.93" +anyhow = "1.0.95" bitflags = "2.6.0" -clap = { version = "4.5.20", features = ["derive"] } +clap = { version = "4.5.23", features = ["derive"] } insta = "1.41.1" -serde = { version = "1.0.214", features = ["derive"] } -serde_json = "1.0.132" -tracing = { version = "0.1.40", features = ["max_level_trace", "release_max_level_debug"] } +serde = { version = "1.0.217", features = ["derive"] } +serde_json = "1.0.134" +tracing = { version = "0.1.41", features = ["max_level_trace", "release_max_level_debug"] } tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } -tracy-client = { version = "0.17.4", default-features = false } +tracy-client = { version = "0.17.6", default-features = false } [workspace.dependencies.smithay] git = "https://github.com/YaLTeR/smithay.git" @@ -55,28 +55,28 @@ async-channel = "2.3.1" async-io = { version = "2.4.0", optional = true } atomic = "0.6.0" bitflags.workspace = true -bytemuck = { version = "1.19.0", features = ["derive"] } -calloop = { version = "0.14.1", features = ["executor", "futures-io"] } +bytemuck = { version = "1.21.0", features = ["derive"] } +calloop = { version = "0.14.2", features = ["executor", "futures-io"] } clap = { workspace = true, features = ["string"] } directories = "5.0.1" drm-ffi = "0.9.0" -fastrand = "2.2.0" +fastrand = "2.3.0" futures-util = { version = "0.3.31", default-features = false, features = ["std", "io"] } git-version = "0.3.9" glam = "0.29.2" input = { version = "0.9.1", features = ["libinput_1_21"] } keyframe = { version = "1.1.1", default-features = false } -libc = "0.2.162" +libc = "0.2.169" libdisplay-info = "0.1.0" log = { version = "0.4.22", features = ["max_level_trace", "release_max_level_debug"] } niri-config = { version = "0.1.10", path = "niri-config" } niri-ipc = { version = "0.1.10", path = "niri-ipc", features = ["clap"] } -ordered-float = "4.5.0" -pango = { version = "0.20.4", features = ["v1_44"] } -pangocairo = "0.20.4" +ordered-float = "4.6.0" +pango = { version = "0.20.7", features = ["v1_44"] } +pangocairo = "0.20.7" pipewire = { git = "https://gitlab.freedesktop.org/pipewire/pipewire-rs.git", optional = true, features = ["v0_3_33"] } -png = "0.17.14" -portable-atomic = { version = "1.9.0", default-features = false, features = ["float"] } +png = "0.17.16" +portable-atomic = { version = "1.10.0", default-features = false, features = ["float"] } profiling = "1.0.16" sd-notify = "0.4.3" serde.workspace = true @@ -85,7 +85,7 @@ smithay-drm-extras.workspace = true tracing-subscriber.workspace = true tracing.workspace = true tracy-client.workspace = true -url = { version = "2.5.3", optional = true } +url = { version = "2.5.4", optional = true } wayland-backend = "0.3.7" wayland-scanner = "0.31.5" xcursor = "0.3.8" @@ -113,11 +113,11 @@ features = [ approx = "0.5.1" calloop-wayland-source = "0.4.0" insta.workspace = true -proptest = "1.5.0" -proptest-derive = { version = "0.5.0", features = ["boxed_union"] } +proptest = "1.6.0" +proptest-derive = { version = "0.5.1", features = ["boxed_union"] } rayon = "1.10.0" wayland-client = "0.31.7" -xshell = "0.2.6" +xshell = "0.2.7" [features] default = ["dbus", "systemd", "xdp-gnome-screencast"] |
