From 0ce08b598c49ea2e87038151c20442c73c684ed5 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Thu, 16 May 2024 18:04:18 +0400 Subject: [PATCH] Bump package versions --- Cargo.lock | 28 ++++------------------------ Cargo.toml | 18 +++++++++--------- niri-visual-tests/Cargo.toml | 2 +- 3 files changed, 14 insertions(+), 34 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eca002d..5e6921e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -909,28 +909,18 @@ checksum = "98888c4bbd601524c11a7ed63f814b8825f420514f78e96f752c437ae9cbb5d1" dependencies = [ "bitflags 2.5.0", "bytemuck", - "drm-ffi 0.8.0", + "drm-ffi", "drm-fourcc", "rustix 0.38.34", ] -[[package]] -name = "drm-ffi" -version = "0.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41334f8405792483e32ad05fbb9c5680ff4e84491883d2947a4757dc54cb2ac6" -dependencies = [ - "drm-sys 0.6.1", - "rustix 0.38.34", -] - [[package]] name = "drm-ffi" version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97c98727e48b7ccb4f4aea8cfe881e5b07f702d17b7875991881b41af7278d53" dependencies = [ - "drm-sys 0.7.0", + "drm-sys", "rustix 0.38.34", ] @@ -940,16 +930,6 @@ version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0aafbcdb8afc29c1a7ee5fbe53b5d62f4565b35a042a662ca9fecd0b54dae6f4" -[[package]] -name = "drm-sys" -version = "0.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d09ff881f92f118b11105ba5e34ff8f4adf27b30dae8f12e28c193af1c83176" -dependencies = [ - "libc", - "linux-raw-sys 0.6.4", -] - [[package]] name = "drm-sys" version = "0.7.0" @@ -2204,7 +2184,7 @@ dependencies = [ "calloop 0.13.0", "clap", "directories", - "drm-ffi 0.7.1", + "drm-ffi", "fastrand 2.1.0", "futures-util", "git-version", @@ -3183,7 +3163,7 @@ dependencies = [ "cursor-icon", "downcast-rs", "drm", - "drm-ffi 0.8.0", + "drm-ffi", "drm-fourcc", "errno", "gbm", diff --git a/Cargo.toml b/Cargo.toml index e2cf2f2..3e32793 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,11 +10,11 @@ edition = "2021" repository = "https://github.com/YaLTeR/niri" [workspace.dependencies] -anyhow = "1.0.81" +anyhow = "1.0.83" bitflags = "2.5.0" clap = { version = "~4.4.18", features = ["derive"] } -serde = { version = "1.0.197", features = ["derive"] } -serde_json = "1.0.115" +serde = { version = "1.0.202", features = ["derive"] } +serde_json = "1.0.117" 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 } @@ -43,25 +43,25 @@ keywords = ["wayland", "compositor", "tiling", "smithay", "wm"] [dependencies] anyhow.workspace = true arrayvec = "0.7.4" -async-channel = "2.2.0" +async-channel = "2.3.1" async-io = { version = "1.13.0", optional = true } bitflags.workspace = true -bytemuck = { version = "1.15.0", features = ["derive"] } +bytemuck = { version = "1.16.0", features = ["derive"] } calloop = { version = "0.13.0", features = ["executor", "futures-io"] } clap = { workspace = true, features = ["string"] } directories = "5.0.1" -drm-ffi = "0.7.1" +drm-ffi = "0.8.0" fastrand = "2.1.0" futures-util = { version = "0.3.30", default-features = false, features = ["std", "io"] } git-version = "0.3.9" glam = "0.27.0" input = { version = "0.9.0", features = ["libinput_1_21"] } keyframe = { version = "1.1.1", default-features = false } -libc = "0.2.153" +libc = "0.2.154" log = { version = "0.4.21", features = ["max_level_trace", "release_max_level_debug"] } niri-config = { version = "0.1.5", path = "niri-config" } niri-ipc = { version = "0.1.5", path = "niri-ipc", features = ["clap"] } -notify-rust = { version = "4.10.0", optional = true } +notify-rust = { version = "~4.10.0", optional = true } pangocairo = "0.19.2" pipewire = { version = "0.8.0", optional = true } png = "0.17.13" @@ -100,7 +100,7 @@ features = [ k9 = "0.12.0" proptest = "1.4.0" proptest-derive = "0.4.0" -xshell = "0.2.5" +xshell = "0.2.6" [features] default = ["dbus", "systemd", "xdp-gnome-screencast"] diff --git a/niri-visual-tests/Cargo.toml b/niri-visual-tests/Cargo.toml index f23d5ed..10aa334 100644 --- a/niri-visual-tests/Cargo.toml +++ b/niri-visual-tests/Cargo.toml @@ -10,7 +10,7 @@ repository.workspace = true [dependencies] adw = { version = "0.6.0", package = "libadwaita", features = ["v1_4"] } anyhow.workspace = true -gtk = { version = "0.8.1", package = "gtk4", features = ["v4_12"] } +gtk = { version = "0.8.2", package = "gtk4", features = ["v4_12"] } niri = { version = "0.1.5", path = ".." } niri-config = { version = "0.1.5", path = "../niri-config" } smithay.workspace = true