diff --git a/Cargo.lock b/Cargo.lock index 44868e6..1900ba5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -388,9 +388,9 @@ dependencies = [ [[package]] name = "oci-spec" -version = "0.8.1" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57e9beda9d92fac7bf4904c34c83340ef1024159faee67179a04e0277523da33" +checksum = "2078e2f6be932a4de9aca90a375a45590809dfb5a08d93ab1ee217107aceeb67" dependencies = [ "const_format", "derive_builder", diff --git a/Cargo.toml b/Cargo.toml index 4692892..24fda1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ version = "1.17.0" default-features = false [dependencies.oci-spec] -version = "0.8.1" +version = "0.8.2" default-features = false features = ["runtime"]