aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2024-05-16 18:04:18 +0400
committerIvan Molodetskikh <yalterz@gmail.com>2024-05-16 18:04:18 +0400
commit0ce08b598c49ea2e87038151c20442c73c684ed5 (patch)
treee61ba3344260b4f28560e62d9622c73d5137db1b
parentae6377373787b59e1fcd4c2436ec4e04c066fa75 (diff)
downloadniri-0ce08b598c49ea2e87038151c20442c73c684ed5.tar.gz
niri-0ce08b598c49ea2e87038151c20442c73c684ed5.tar.bz2
niri-0ce08b598c49ea2e87038151c20442c73c684ed5.zip
Bump package versions
-rw-r--r--Cargo.lock28
-rw-r--r--Cargo.toml18
-rw-r--r--niri-visual-tests/Cargo.toml2
3 files changed, 14 insertions, 34 deletions
diff --git a/Cargo.lock b/Cargo.lock
index eca002d7..5e6921e2 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",
]
@@ -942,16 +932,6 @@ 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"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd39dde40b6e196c2e8763f23d119ddb1a8714534bf7d77fa97a65b0feda3986"
@@ -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 e2cf2f2f..3e327939 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 f23d5ed4..10aa3346 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