Merge pull request #67 from jodh-intel/update-nix-version

cargo: Update nix to latest version
This commit is contained in:
Tim Zhang
2021-11-30 17:58:31 +08:00
committed by GitHub

View File

@@ -14,7 +14,7 @@ readme = "README.md"
[dependencies]
log = "0.4"
regex = "1.1"
nix = "0.20.2"
nix = "0.23.0"
libc = "0.2"
serde = { version = "1.0", features = ["derive"], optional = true }