Upgrade nix to 0.20
This commit is contained in:
parent
9f63c9a0eb
commit
fda0701a7c
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.19.0"
|
||||
nix = "0.20"
|
||||
|
||||
tokio_1 = { package = "tokio", version = "1.0", features = ["net"], optional = true }
|
||||
futures-core = { version = "0.3", optional = true }
|
||||
|
|
Loading…
Reference in a new issue