Update nix to 0.23
This commit is contained in:
parent
ecd7d1a7e4
commit
436aedc606
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ tokio = ["tokio_1", "futures-core"]
|
|||
[dependencies]
|
||||
libc = "0.2.89"
|
||||
bitvec = "0.21"
|
||||
nix = "0.22"
|
||||
nix = "0.23"
|
||||
|
||||
tokio_1 = { package = "tokio", version = "1.0", features = ["net"], optional = true }
|
||||
futures-core = { version = "0.3", optional = true }
|
||||
|
|
Loading…
Reference in a new issue