deps: update nix to 0.20.2

Enforces use of a version of nix which contains a patch for
RUSTSEC-2021-0119.

Fixes #58

Signed-off-by: Jon Magnuson <jon.magnuson@gmail.com>
This commit is contained in:
Jon Magnuson
2021-10-28 22:27:03 -05:00
parent 63750887c2
commit 88b7aafd05

View File

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