diff options
Diffstat (limited to 'tvix/build/Cargo.toml')
-rw-r--r-- | tvix/build/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/build/Cargo.toml b/tvix/build/Cargo.toml index 842c4e7afad8..d91455252c88 100644 --- a/tvix/build/Cargo.toml +++ b/tvix/build/Cargo.toml @@ -24,7 +24,7 @@ blake3 = "1.5.0" bstr = "1.6.0" data-encoding = "2.5.0" futures = "0.3.30" -oci-spec = "0.6.4" +oci-spec = "0.7.0" serde_json = "1.0.111" tvix-tracing = { path = "../tracing" } uuid = { version = "1.7.0", features = ["v4"] } |