From 77cb3cd0fc30f96df38b5ada48ba2bcc5b2812b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 01:14:10 +0000 Subject: [PATCH] fix(deps): update rust crate oci-spec to 0.6.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0ae2db8..ca4fd7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ slog = "2.7.0" url = { version = "2.5.0", features = ["serde"] } wapc-guest = "1.1.0" chrono = { version = "0.4", default-features = false } -oci-spec = "0.6.4" +oci-spec = "0.6.5" [dev-dependencies] assert-json-diff = "2.0.2"