summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-04-01 23:57:00 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-04-01 23:57:00 +0200
commit9e95aa08a42af602ddb52ad1cdef86f476c58bc3 (patch)
tree3c7904ac7df04c5c42f029b3f9d225a0c15db583 /Cargo.toml
parentb1ff3514b62698f887b6a80ed4d6062cbc3961f6 (diff)
downloadrebel-9e95aa08a42af602ddb52ad1cdef86f476c58bc3.tar
rebel-9e95aa08a42af602ddb52ad1cdef86f476c58bc3.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 e81d86c..348f322 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.19.1"
+nix = "0.20.0"
oci-spec = "0.2.8"
serde = { version = "1", features = ["derive"] }
serde_json = "1.0.62"