aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2024-09-13 15:05:33 +0300
committerIvan Molodetskikh <yalterz@gmail.com>2024-09-13 15:05:33 +0300
commit9538e8f9160fbc5ea6c6f0bd813c70da935bdf52 (patch)
tree30b3b1b02e6227c329cc20d0e07c8e7f9d66b78e /Cargo.toml
parent8b3715eabff6665f15488a5348641e1f4be060b2 (diff)
downloadniri-9538e8f9160fbc5ea6c6f0bd813c70da935bdf52.tar.gz
niri-9538e8f9160fbc5ea6c6f0bd813c70da935bdf52.tar.bz2
niri-9538e8f9160fbc5ea6c6f0bd813c70da935bdf52.zip
Upgrade dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml32
1 files changed, 16 insertions, 16 deletions
diff --git a/Cargo.toml b/Cargo.toml
index edb6df3a..8d94031d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,15 +10,15 @@ edition = "2021"
repository = "https://github.com/YaLTeR/niri"
[workspace.dependencies]
-anyhow = "1.0.86"
+anyhow = "1.0.88"
bitflags = "2.6.0"
-clap = { version = "4.5.14", features = ["derive"] }
+clap = { version = "4.5.17", features = ["derive"] }
k9 = "0.12.0"
-serde = { version = "1.0.205", features = ["derive"] }
-serde_json = "1.0.122"
+serde = { version = "1.0.210", features = ["derive"] }
+serde_json = "1.0.128"
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.1", default-features = false }
+tracy-client = { version = "0.17.3", default-features = false }
[workspace.dependencies.smithay]
git = "https://github.com/Smithay/smithay.git"
@@ -43,31 +43,31 @@ keywords = ["wayland", "compositor", "tiling", "smithay", "wm"]
[dependencies]
anyhow.workspace = true
-arrayvec = "0.7.4"
+arrayvec = "0.7.6"
async-channel = "2.3.1"
async-io = { version = "1.13.0", optional = true }
atomic = "0.6.0"
bitflags.workspace = true
-bytemuck = { version = "1.16.3", features = ["derive"] }
-calloop = { version = "0.14.0", features = ["executor", "futures-io"] }
+bytemuck = { version = "1.18.0", features = ["derive"] }
+calloop = { version = "0.14.1", features = ["executor", "futures-io"] }
clap = { workspace = true, features = ["string"] }
directories = "5.0.1"
drm-ffi = "0.8.0"
-fastrand = "2.1.0"
+fastrand = "2.1.1"
futures-util = { version = "0.3.30", default-features = false, features = ["std", "io"] }
git-version = "0.3.9"
-glam = "0.28.0"
+glam = "0.29.0"
input = { version = "0.9.0", features = ["libinput_1_21"] }
keyframe = { version = "1.1.1", default-features = false }
-libc = "0.2.155"
+libc = "0.2.158"
libdisplay-info = "0.1.0"
log = { version = "0.4.22", features = ["max_level_trace", "release_max_level_debug"] }
niri-config = { version = "0.1.8", path = "niri-config" }
niri-ipc = { version = "0.1.8", path = "niri-ipc", features = ["clap"] }
notify-rust = { version = "~4.10.0", optional = true }
ordered-float = "4.2.2"
-pango = { version = "0.20.0", features = ["v1_44"] }
-pangocairo = "0.20.0"
+pango = { version = "0.20.1", features = ["v1_44"] }
+pangocairo = "0.20.1"
pipewire = { git = "https://gitlab.freedesktop.org/pipewire/pipewire-rs.git", optional = true, features = ["v0_3_33"] }
png = "0.17.13"
portable-atomic = { version = "1.7.0", default-features = false, features = ["float"] }
@@ -80,9 +80,9 @@ tracing-subscriber.workspace = true
tracing.workspace = true
tracy-client.workspace = true
url = { version = "2.5.2", optional = true }
-wayland-backend = "0.3.6"
-wayland-scanner = "0.31.4"
-xcursor = "0.3.6"
+wayland-backend = "0.3.7"
+wayland-scanner = "0.31.5"
+xcursor = "0.3.8"
zbus = { version = "~3.15.2", optional = true }
[dependencies.smithay]