summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-07-16 21:39:05 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-07-16 21:39:05 +0200
commitc63dae388be5888e8dd99bd8e68fd303c579659b (patch)
tree625cb8b870fec0c043dcd600ecca8bd42410a044 /Cargo.toml
parentbf8c179963aabdbb2b03c6af58cd8249f2820e09 (diff)
downloadrebel-c63dae388be5888e8dd99bd8e68fd303c579659b.tar
rebel-c63dae388be5888e8dd99bd8e68fd303c579659b.zip
Update dependencies
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 0bf8d69..359c0e1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,7 +11,7 @@ edition = "2018"
hex = { version = "0.4.3", features = ["std", "serde"] }
ipc-channel = { git = "https://github.com/servo/ipc-channel.git" }
libc = "0.2.84"
-nix = "0.21.0"
+nix = "0.22.0"
oci-spec = "0.2.8"
olpc-cjson = "0.1.0"
serde = { version = "1", features = ["derive"] }