aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2024-07-08 09:38:18 +0400
committerIvan Molodetskikh <yalterz@gmail.com>2024-07-08 09:38:18 +0400
commitfc2be2b8d0624ff108d93cf93d9dccf57bf779a1 (patch)
tree83f58e82c1572d82d1a67d9ebd45c75782663fd5 /Cargo.toml
parent570bf1cb3c1f9ffc847359009c6061e062c72871 (diff)
downloadniri-fc2be2b8d0624ff108d93cf93d9dccf57bf779a1.tar.gz
niri-fc2be2b8d0624ff108d93cf93d9dccf57bf779a1.tar.bz2
niri-fc2be2b8d0624ff108d93cf93d9dccf57bf779a1.zip
Upgrade dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml16
1 files changed, 8 insertions, 8 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f0b009d6..9e3737f5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,10 +11,10 @@ repository = "https://github.com/YaLTeR/niri"
[workspace.dependencies]
anyhow = "1.0.86"
-bitflags = "2.5.0"
+bitflags = "2.6.0"
clap = { version = "~4.4.18", features = ["derive"] }
-serde = { version = "1.0.203", features = ["derive"] }
-serde_json = "1.0.117"
+serde = { version = "1.0.204", features = ["derive"] }
+serde_json = "1.0.120"
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 }
@@ -59,18 +59,18 @@ glam = "0.28.0"
input = { version = "0.9.0", features = ["libinput_1_21"] }
keyframe = { version = "1.1.1", default-features = false }
libc = "0.2.155"
-log = { version = "0.4.21", features = ["max_level_trace", "release_max_level_debug"] }
+log = { version = "0.4.22", features = ["max_level_trace", "release_max_level_debug"] }
niri-config = { version = "0.1.7", path = "niri-config" }
niri-ipc = { version = "0.1.7", path = "niri-ipc", features = ["clap"] }
notify-rust = { version = "~4.10.0", optional = true }
-ordered-float = "4.2.0"
+ordered-float = "4.2.1"
pango = { version = "0.19.8", features = ["v1_44"] }
pangocairo = "0.19.8"
pipewire = { version = "0.8.0", optional = true }
png = "0.17.13"
portable-atomic = { version = "1.6.0", default-features = false, features = ["float"] }
profiling = "1.0.15"
-sd-notify = "0.4.1"
+sd-notify = "0.4.2"
serde.workspace = true
serde_json.workspace = true
smithay-drm-extras.workspace = true
@@ -102,8 +102,8 @@ features = [
[dev-dependencies]
approx = "0.5.1"
k9 = "0.12.0"
-proptest = "1.4.0"
-proptest-derive = "0.4.0"
+proptest = "1.5.0"
+proptest-derive = "0.5.0"
xshell = "0.2.6"
[features]