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

This commit is contained in:
2026-01-02 18:50:36 +09:00
parent bbe4cf05cb
commit 7cd0e879dc
5 changed files with 276 additions and 286 deletions

View File

@@ -4,9 +4,9 @@ version = "0.1.0"
edition = "2024"
[dependencies]
clap = { version = "4.5.13", features = ["derive"] }
clap_complete = "4.5.47"
zbus = "5.5.0"
clap = { version = "4.5.53", features = ["derive"] }
clap_complete = "4.5.64"
zbus = "5.12.0"
[profile.release]
strip = true