summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-09-09 17:07:03 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-09-09 17:07:03 +0200
commit0fa007494b82ad537ad09ce41f4efd10c614d6fc (patch)
tree9a240d0d646a2a9d389eaa8b4f64fb6256221aa1 /Cargo.toml
parent6b42ed04202eac4daf3b890e58c793bf9f9ac184 (diff)
downloadrebel-0fa007494b82ad537ad09ce41f4efd10c614d6fc.tar
rebel-0fa007494b82ad537ad09ce41f4efd10c614d6fc.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 b610c6a..e746584 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@ 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"
-oci-spec = "0.4.0"
+oci-spec = "0.5.1"
olpc-cjson = "0.1.0"
rm_rf = "0.6.1"
serde = { version = "1", features = ["derive"] }