diff --git a/Cargo.lock b/Cargo.lock index 5a3108c..141a00d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -959,9 +959,9 @@ dependencies = [ [[package]] name = "oci-spec" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8445a2631507cec628a15fdd6154b54a3ab3f20ed4fe9d73a3b8b7a4e1ba03a" +checksum = "3df6f876ad774d6a676f7e968f5c3edacc32f90e65fe680a8b686235396556fb" dependencies = [ "const_format", "derive_builder", diff --git a/Cargo.toml b/Cargo.toml index b9a8e12..87be11b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ zstd = "0.13" [dev-dependencies] tokio = { version = "1", features = ["full"] } libc = "0.2" -oci-spec = { version = "0.9", features = ["image"] } +oci-spec = { version = "0.10", features = ["image"] } [patch.crates-io] indicatif = { git = "https://github.com/edera-dev/indicatif.git", rev = "51e3a390b5d64ca8ab86044e578e2bb2bfe718a1" } diff --git a/ocirender-cli/Cargo.toml b/ocirender-cli/Cargo.toml index 26eb96a..f561498 100644 --- a/ocirender-cli/Cargo.toml +++ b/ocirender-cli/Cargo.toml @@ -31,7 +31,7 @@ tokio = { version = "1", features = ["full"] } [dev-dependencies] flate2 = { version = "1", features = ["zlib-rs"], default-features = false } libc = "0.2" -oci-spec = { version = "0.9", features = ["image"] } +oci-spec = { version = "0.10", features = ["image"] } tar = "0.4" [[bin]]