mirror of
https://github.com/kata-containers/cgroups-rs.git
synced 2026-08-05 02:13:23 +00:00
cargo: Update nix to latest version
Update the `nix` crate to version `0.23.0` to resolve a dependency issue related to making `cargo audit` run cleanly for the Kata Containers agent. See: https://github.com/kata-containers/kata-containers/pull/3125 Fixes: #66. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
@@ -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 }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user