summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-10-02 12:51:05 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-10-02 12:51:05 +0200
commite9d557fc2923d5c130b252f935479bc2f74734d6 (patch)
treed1e4430ec22520200bb2e77bab747579aeea44d1 /Cargo.toml
parenteb3e8d97181b3efc5559b42dc13841ba6215f150 (diff)
downloadrebel-e9d557fc2923d5c130b252f935479bc2f74734d6.tar
rebel-e9d557fc2923d5c130b252f935479bc2f74734d6.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 0df8017..8438a71 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,7 +14,7 @@ handlebars = "4.1.3"
hex = { version = "0.4.3", features = ["std", "serde"] }
ipc-channel = { git = "https://github.com/servo/ipc-channel.git" }
libc = "0.2.84"
-nix = "0.22.0"
+nix = "0.23.0"
oci-spec = "0.5.1"
olpc-cjson = "0.1.0"
rm_rf = "0.6.1"