flake.lock: bump, Cargo.{toml,lock}: update inputs
This commit is contained in:
14
Cargo.toml
14
Cargo.toml
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user