From e6f9a3da1d9b0e5eb09b48cc1ae0ade11fbf16f2 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 19 Jun 2021 17:38:12 +0200 Subject: unshare: use nix types for BUILD_UID/BUILD_GID --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 348f322..f035860 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ edition = "2018" [dependencies] ipc-channel = { git = "https://github.com/servo/ipc-channel.git" } libc = "0.2.84" -nix = "0.20.0" +nix = "0.21.0" oci-spec = "0.2.8" serde = { version = "1", features = ["derive"] } serde_json = "1.0.62" -- cgit v1.2.3