summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-06-19 17:38:12 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-06-19 17:58:37 +0200
commite6f9a3da1d9b0e5eb09b48cc1ae0ade11fbf16f2 (patch)
tree568a489d643d69d322f1ca0bde7aa59f54ddf019 /Cargo.toml
parent1fa0de5175075a841e24925f76fc472927a5308d (diff)
downloadrebel-e6f9a3da1d9b0e5eb09b48cc1ae0ade11fbf16f2.tar
rebel-e6f9a3da1d9b0e5eb09b48cc1ae0ade11fbf16f2.zip
unshare: use nix types for BUILD_UID/BUILD_GID
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"