mirror of
https://github.com/kata-containers/cgroups-rs.git
synced 2026-08-05 02:13:23 +00:00
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:
@@ -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 }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user