aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2025-05-13 17:12:34 +0300
committerIvan Molodetskikh <yalterz@gmail.com>2025-05-13 17:13:35 +0300
commit0d6843ea67da91aea37b655be5de92dfeea081b5 (patch)
tree3b1dabc095c26f1edb10e88e71f85716e2c9041f /Cargo.toml
parent6d083ea49741d6e8e85d5a1d6b6bcaa837d3b5c0 (diff)
downloadniri-0d6843ea67da91aea37b655be5de92dfeea081b5.tar.gz
niri-0d6843ea67da91aea37b655be5de92dfeea081b5.tar.bz2
niri-0d6843ea67da91aea37b655be5de92dfeea081b5.zip
Update dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d51795bc..e0af69ea 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -56,7 +56,7 @@ async-channel = "2.3.1"
async-io = { version = "2.4.0", optional = true }
atomic = "0.6.0"
bitflags.workspace = true
-bytemuck = { version = "1.22.0", features = ["derive"] }
+bytemuck = { version = "1.23.0", features = ["derive"] }
calloop = { version = "0.14.2", features = ["executor", "futures-io"] }
clap = { workspace = true, features = ["string"] }
clap_complete = "4.5.50"
@@ -74,8 +74,8 @@ log = { version = "0.4.27", features = ["max_level_trace", "release_max_level_de
niri-config = { version = "25.2.0", path = "niri-config" }
niri-ipc = { version = "25.2.0", path = "niri-ipc", features = ["clap"] }
ordered-float = "5.0.0"
-pango = { version = "0.20.9", features = ["v1_44"] }
-pangocairo = "0.20.7"
+pango = { version = "0.20.10", features = ["v1_44"] }
+pangocairo = "0.20.10"
pipewire = { git = "https://gitlab.freedesktop.org/pipewire/pipewire-rs.git", optional = true, features = ["v0_3_33"] }
png = "0.17.16"
portable-atomic = { version = "1.11.0", default-features = false, features = ["float"] }
@@ -91,7 +91,7 @@ url = { version = "2.5.4", optional = true }
wayland-backend = "0.3.10"
wayland-scanner = "0.31.6"
xcursor = "0.3.8"
-zbus = { version = "5.6.0", optional = true }
+zbus = { version = "5.7.0", optional = true }
[dependencies.smithay]
workspace = true