diff --git a/Cargo.lock b/Cargo.lock index 14b6931b8..00776a6b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -191,7 +191,7 @@ dependencies = [ "base64 0.23.1", "bcvk-qemu", "bootc-internal-mount", - "bootc-internal-utils 1.16.11", + "bootc-internal-utils 1.16.12 (git+https://github.com/bootc-dev/bootc?rev=25720331284f96793db0731804eb837ac81089db)", "camino", "cap-std-ext", "cfg-if", @@ -292,7 +292,7 @@ version = "1.16.12" source = "git+https://github.com/bootc-dev/bootc?rev=db1f3ef3266415bc91aa845ee9f806ffb53136d6#db1f3ef3266415bc91aa845ee9f806ffb53136d6" dependencies = [ "anyhow", - "bootc-internal-utils 1.16.12", + "bootc-internal-utils 1.16.12 (git+https://github.com/bootc-dev/bootc?rev=db1f3ef3266415bc91aa845ee9f806ffb53136d6)", "camino", "cap-std-ext", "fn-error-context", @@ -305,8 +305,8 @@ dependencies = [ [[package]] name = "bootc-internal-utils" -version = "1.16.11" -source = "git+https://github.com/bootc-dev/bootc?rev=add7a909584c832c563bdc3a45c61e42f736ecf2#add7a909584c832c563bdc3a45c61e42f736ecf2" +version = "1.16.12" +source = "git+https://github.com/bootc-dev/bootc?rev=25720331284f96793db0731804eb837ac81089db#25720331284f96793db0731804eb837ac81089db" dependencies = [ "anstream", "anyhow", diff --git a/crates/kit/Cargo.toml b/crates/kit/Cargo.toml index 2c906e0f6..769568676 100644 --- a/crates/kit/Cargo.toml +++ b/crates/kit/Cargo.toml @@ -49,7 +49,7 @@ cpio = "0.4" bcvk-qemu = { path = "../bcvk-qemu" } cap-std-ext = { workspace = true } bootc-mount = { package = "bootc-internal-mount", git = "https://github.com/bootc-dev/bootc", rev = "db1f3ef3266415bc91aa845ee9f806ffb53136d6" } -bootc-utils = { package = "bootc-internal-utils", git = "https://github.com/bootc-dev/bootc", rev = "add7a909584c832c563bdc3a45c61e42f736ecf2" } +bootc-utils = { package = "bootc-internal-utils", git = "https://github.com/bootc-dev/bootc", rev = "25720331284f96793db0731804eb837ac81089db" } rustix = { version = "1", features = ["thread", "net", "fs", "pipe", "system", "process", "mount"] } vsock = "0.5" nix = { version = "0.31", features = ["socket"] }