diff --git a/Cargo.lock b/Cargo.lock index 1fde3ee..4104850 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1937,9 +1937,9 @@ dependencies = [ [[package]] name = "oci-spec" -version = "0.6.2" +version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9421b067205c68dc80af7c68599a9c1eb113f975aafeb874cea7f4d5d41ce3fb" +checksum = "95e7c5a234613dd98d240891270925718736701c2dbce9c5587567133cf8220f" dependencies = [ "derive_builder", "getset", diff --git a/Cargo.toml b/Cargo.toml index 6c65363..083b841 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ indoc = "2.0.4" itertools = "0.11.0" md5 = "0.7.0" nyoom = "0.3.5" -oci-spec = "0.6.2" +oci-spec = "0.6.3" rand = "0.8.5" regex = "1.9.6" rpm = "0.12.1"