mirror of
https://codeberg.org/icewind/netnsd.git
synced 2026-06-03 09:04:07 +02:00
cargo update
This commit is contained in:
parent
9dd802050c
commit
6ecb4b384d
2 changed files with 137 additions and 270 deletions
26
Cargo.toml
26
Cargo.toml
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue