From 86bf8d89c43870db7b9711e6330b3b6d9a7be01b Mon Sep 17 00:00:00 2001 From: "bootc-bot[bot]" <225049296+bootc-bot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 01:08:57 +0000 Subject: [PATCH] fix(deps): update rust Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com> --- Cargo.lock | 14 +++++++------- Cargo.toml | 2 +- crates/tests-integration/Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c496e3079..74334aae3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -168,7 +168,7 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "bcvk-qemu" version = "0.1.0" -source = "git+https://github.com/bootc-dev/bcvk?rev=eac2fc357d059ba3cfcf5cd7a5fc00e6e5e70a7c#eac2fc357d059ba3cfcf5cd7a5fc00e6e5e70a7c" +source = "git+https://github.com/bootc-dev/bcvk?rev=f661aad531ab5999c2437188bed7c78aec47efa3#f661aad531ab5999c2437188bed7c78aec47efa3" dependencies = [ "camino", "cap-std-ext 5.1.2", @@ -770,7 +770,7 @@ checksum = "55b672471b4e9f9e95499ea597ff64941a309b2cdbffcc46f2cc5e2d971fd335" [[package]] name = "composefs" version = "0.4.0" -source = "git+https://github.com/composefs/composefs-rs?rev=7e86960f746cff33bdc96e6fdca935f004c5ffb8#7e86960f746cff33bdc96e6fdca935f004c5ffb8" +source = "git+https://github.com/composefs/composefs-rs?rev=a8790a2ad34718a71fc45a38f2b1d622286fc938#a8790a2ad34718a71fc45a38f2b1d622286fc938" dependencies = [ "anyhow", "composefs-ioctls", @@ -795,7 +795,7 @@ dependencies = [ [[package]] name = "composefs-boot" version = "0.4.0" -source = "git+https://github.com/composefs/composefs-rs?rev=7e86960f746cff33bdc96e6fdca935f004c5ffb8#7e86960f746cff33bdc96e6fdca935f004c5ffb8" +source = "git+https://github.com/composefs/composefs-rs?rev=a8790a2ad34718a71fc45a38f2b1d622286fc938#a8790a2ad34718a71fc45a38f2b1d622286fc938" dependencies = [ "anyhow", "composefs", @@ -810,7 +810,7 @@ dependencies = [ [[package]] name = "composefs-ctl" version = "0.4.0" -source = "git+https://github.com/composefs/composefs-rs?rev=7e86960f746cff33bdc96e6fdca935f004c5ffb8#7e86960f746cff33bdc96e6fdca935f004c5ffb8" +source = "git+https://github.com/composefs/composefs-rs?rev=a8790a2ad34718a71fc45a38f2b1d622286fc938#a8790a2ad34718a71fc45a38f2b1d622286fc938" dependencies = [ "anyhow", "clap", @@ -832,7 +832,7 @@ dependencies = [ [[package]] name = "composefs-ioctls" version = "0.4.0" -source = "git+https://github.com/composefs/composefs-rs?rev=7e86960f746cff33bdc96e6fdca935f004c5ffb8#7e86960f746cff33bdc96e6fdca935f004c5ffb8" +source = "git+https://github.com/composefs/composefs-rs?rev=a8790a2ad34718a71fc45a38f2b1d622286fc938#a8790a2ad34718a71fc45a38f2b1d622286fc938" dependencies = [ "rustix", "thiserror 2.0.18", @@ -841,7 +841,7 @@ dependencies = [ [[package]] name = "composefs-oci" version = "0.4.0" -source = "git+https://github.com/composefs/composefs-rs?rev=7e86960f746cff33bdc96e6fdca935f004c5ffb8#7e86960f746cff33bdc96e6fdca935f004c5ffb8" +source = "git+https://github.com/composefs/composefs-rs?rev=a8790a2ad34718a71fc45a38f2b1d622286fc938#a8790a2ad34718a71fc45a38f2b1d622286fc938" dependencies = [ "anyhow", "async-compression", @@ -870,7 +870,7 @@ dependencies = [ [[package]] name = "composefs-storage" version = "0.4.0" -source = "git+https://github.com/composefs/composefs-rs?rev=7e86960f746cff33bdc96e6fdca935f004c5ffb8#7e86960f746cff33bdc96e6fdca935f004c5ffb8" +source = "git+https://github.com/composefs/composefs-rs?rev=a8790a2ad34718a71fc45a38f2b1d622286fc938#a8790a2ad34718a71fc45a38f2b1d622286fc938" dependencies = [ "anyhow", "base64 0.22.1", diff --git a/Cargo.toml b/Cargo.toml index a30078d8b..c4d11e171 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ clap_mangen = { version = "0.3.0" } # [patch."https://github.com/composefs/composefs-rs"] # composefs-ctl = { path = "/path/to/composefs-rs/crates/composefs-ctl" } # The Justfile will auto-detect these and bind-mount them into container builds. -composefs-ctl = { git = "https://github.com/composefs/composefs-rs", rev = "7e86960f746cff33bdc96e6fdca935f004c5ffb8" } +composefs-ctl = { git = "https://github.com/composefs/composefs-rs", rev = "a8790a2ad34718a71fc45a38f2b1d622286fc938" } fn-error-context = "0.2.1" futures-util = "0.3" hex = "0.4.3" diff --git a/crates/tests-integration/Cargo.toml b/crates/tests-integration/Cargo.toml index ceb076741..d80486677 100644 --- a/crates/tests-integration/Cargo.toml +++ b/crates/tests-integration/Cargo.toml @@ -30,7 +30,7 @@ bootc-kernel-cmdline = { path = "../kernel_cmdline", version = "0.0.0" } # This is a git dependency — not published to crates.io. # When updating, also check the bcvk-qemu Cargo.toml for its own # dependency versions (cap-std-ext, etc.) to avoid conflicts. -bcvk-qemu = { git = "https://github.com/bootc-dev/bcvk", rev = "eac2fc357d059ba3cfcf5cd7a5fc00e6e5e70a7c" } +bcvk-qemu = { git = "https://github.com/bootc-dev/bcvk", rev = "f661aad531ab5999c2437188bed7c78aec47efa3" } data-encoding = "2.9" indicatif = { workspace = true } libtest-mimic = "0.8.0"