aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2024-08-09 19:58:07 +0300
committerIvan Molodetskikh <yalterz@gmail.com>2024-08-09 19:58:07 +0300
commitfcb97cfd5e124339c5fbe1a7aed931e0c525a3e9 (patch)
treef00af88979cc06faa2f7eb5f87ab90e76ab8a426 /Cargo.toml
parent2983eb31135b9eda269fd7fc1157a66607448b70 (diff)
downloadniri-fcb97cfd5e124339c5fbe1a7aed931e0c525a3e9.tar.gz
niri-fcb97cfd5e124339c5fbe1a7aed931e0c525a3e9.tar.bz2
niri-fcb97cfd5e124339c5fbe1a7aed931e0c525a3e9.zip
Update dependencies (Smithay Xwayland Nvidia freeze fix)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 315ef10a..eab0d95a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@ repository = "https://github.com/YaLTeR/niri"
[workspace.dependencies]
anyhow = "1.0.86"
bitflags = "2.6.0"
-clap = { version = "4.5.13", features = ["derive"] }
+clap = { version = "4.5.14", features = ["derive"] }
serde = { version = "1.0.205", features = ["derive"] }
serde_json = "1.0.122"
tracing = { version = "0.1.40", features = ["max_level_trace", "release_max_level_debug"] }