flake.lock: bump, Cargo.{toml,lock}: update inputs

This commit is contained in:
2025-12-15 09:25:16 +09:00
parent 106f1c9f5e
commit ffd19ea856
3 changed files with 310 additions and 297 deletions

View File

@@ -8,10 +8,10 @@ name = "rtkit"
path = "src/main.rs"
[dependencies]
anyhow = "1.0.93"
bitflags = "2.6.0"
clap = { version = "4.5.21", features = ["derive"] }
nix = { version = "0.29.0", features = ["fs", "process", "resource", "sched"] }
sd-notify = "0.4.3"
tracing = "0.1.40"
zbus = "5.1.1"
anyhow = "1.0.100"
bitflags = "2.10.0"
clap = { version = "4.5.53", features = ["derive"] }
nix = { version = "0.30.1", features = ["fs", "process", "resource", "sched"] }
sd-notify = "0.4.5"
tracing = "0.1.43"
zbus = "5.12.0"