From 8c0c1fe275f78aeb00ae547c2b0b131a7b3577f9 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 28 Aug 2023 15:44:58 -0400 Subject: [PATCH] lib: Require new containers-image-proxy Because it has an important bugfix. --- lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 7c4cf010..fd119312 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -11,7 +11,7 @@ rust-version = "1.70.0" [dependencies] anyhow = "1.0" -containers-image-proxy = "0.5.3" +containers-image-proxy = "0.5.5" async-compression = { version = "0.3", features = ["gzip", "tokio"] } bitflags = "1" camino = "1.0.4"