Update nix to 0.23

This commit is contained in:
Jochen Kupperschmidt 2021-10-07 05:54:53 +02:00 committed by Jeff Hiner
parent ecd7d1a7e4
commit 436aedc606

View file

@ -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 }