summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-09-01 21:57:58 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-09-01 21:57:58 +0200
commit5e12fd09c667d27147573cb404dce3d8318d44b8 (patch)
tree2712905e8becec61ab8fd77164f912d3cd26f8a6 /Cargo.toml
parenta18fb5b90fa992a4810135dac660c59ffecb4968 (diff)
downloadrebel-5e12fd09c667d27147573cb404dce3d8318d44b8.tar
rebel-5e12fd09c667d27147573cb404dce3d8318d44b8.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 f77af31..25adbd8 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.2.8"
+oci-spec = "0.4.0"
olpc-cjson = "0.1.0"
serde = { version = "1", features = ["derive"] }
serde_json = "1.0.62"