mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2026-04-05 18:58:21 -04:00
fix(deps): update rust crate nix to 0.28.0
This commit is contained in:
parent
342400fe2d
commit
84aea68513
2 changed files with 10 additions and 3 deletions
|
|
@ -108,7 +108,7 @@ rocksdb = { version = "0.22.0", default-features = true, features = ["multi-thre
|
|||
|
||||
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
nix = { version = "0.27.1", features = ["resource"] }
|
||||
nix = { version = "0.28.0", features = ["resource"] }
|
||||
|
||||
[features]
|
||||
default = ["conduit_bin", "backend_rocksdb", "systemd", "zstd_compression"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue