From f991df76e4fa97daa73a987abf12193c33aac869 Mon Sep 17 00:00:00 2001 From: Joseph Marrero Date: Fri, 25 Aug 2023 22:03:22 -0400 Subject: [PATCH] Update bootc-lib This picks up the fix for: https://github.com/containers/bootc/issues/112 --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index c4d29d825a..51caffb4b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -247,7 +247,7 @@ dependencies = [ [[package]] name = "bootc-lib" version = "0.1.0" -source = "git+https://github.com/containers/bootc.git?branch=main#221e382cbe5fc5ff45b2064370cf58248406d4b6" +source = "git+https://github.com/containers/bootc.git?branch=main#4b9728ca0b472006fd8c132cddb27409a8fe06b0" dependencies = [ "anyhow", "camino",