cargo update

This commit is contained in:
Robin Appelman 2026-02-13 23:25:12 +01:00
commit 6ecb4b384d
2 changed files with 137 additions and 270 deletions

View file

@ -5,24 +5,24 @@ edition = "2024"
rust-version = "1.88.0"
[dependencies]
tokio = { version = "1.48.0", features = ["macros", "rt", "signal", "net", "io-util"] }
tokio-stream = { version = "0.1.17", features = ["signal", "net"] }
toml = "0.9.8"
tokio = { version = "1.49.0", features = ["macros", "rt", "signal", "net", "io-util"] }
tokio-stream = { version = "0.1.18", features = ["signal", "net"] }
toml = "1.0.1"
serde = { version = "1.0.228", features = ["derive"] }
clap = { version = "4.5.51", features = ["derive"] }
thiserror = "2.0.17"
tracing = "0.1.41"
tracing-subscriber = "0.3.20"
clap = { version = "4.5.58", features = ["derive"] }
thiserror = "2.0.18"
tracing = "0.1.44"
tracing-subscriber = "0.3.22"
main_error = "0.1.2"
nix = { version = "0.30.1", features = ["mount", "sched", "user", "signal"] }
nix = { version = "0.31.1", features = ["mount", "sched", "user", "signal"] }
sd-notify = "0.4.5"
futures = "0.3.31"
futures-concurrency = "7.6.3"
neli = "0.7.1"
futures-concurrency = "7.7.1"
neli = "0.7.4"
either = "1.15.0"
uzers = "0.12.1"
sysinfo = "0.37.2"
uzers = "0.12.2"
sysinfo = "0.38.1"
landlock = "0.4.4"
[dev-dependencies]
serde_test = "1.0.177"
serde_test = "1.0.177"