From 989c49e0502398e36ea2f158c6c085baafe8a9f2 Mon Sep 17 00:00:00 2001 From: Elvis <110106538+dxfgg17@users.noreply.github.com> Date: Tue, 30 Aug 2022 14:18:17 +0000 Subject: [PATCH] Update dependencies Nix crate v0.20.0 contains a vulnerability (RUSTSEC-2021-0119) --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2b5365e5..efedb019 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,17 +9,17 @@ keywords = ["linux", "container", "namespace", "docker", "process"] homepage = "https://github.com/tailhook/unshare" documentation = "https://docs.rs/unshare" categories = ["os::unix-apis"] -version = "0.7.0" +version = "0.7.1" authors = ["paul@colomiets.name"] edition = "2018" [dependencies] -libc = "0.2.93" -nix = "0.20.0" +libc = "0.2" +nix = "0.21" [dev-dependencies] -argparse = "0.2.2" -rand = "0.8.3" +argparse = "0.2" +rand = "0.8" [lib] name = "unshare"