From b4e6f6f9291120cc065124163f653723a8f4b8b3 Mon Sep 17 00:00:00 2001 From: "bootc-bot[bot]" <225049296+bootc-bot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 05:06:28 +0000 Subject: [PATCH] fix(deps): update rust Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com> --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- crates/tests-integration/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 140a9e70a..4172bfcf2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -170,7 +170,7 @@ checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" [[package]] name = "bcvk-qemu" version = "0.1.0" -source = "git+https://github.com/bootc-dev/bcvk?rev=5c42e91250ab87502b7beeb2c7ea94a54ee8f5d9#5c42e91250ab87502b7beeb2c7ea94a54ee8f5d9" +source = "git+https://github.com/bootc-dev/bcvk?rev=33b4bccc89596fb7b95e3975388f13d0828b1960#33b4bccc89596fb7b95e3975388f13d0828b1960" dependencies = [ "camino", "cap-std-ext 5.1.1", @@ -715,9 +715,9 @@ checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d" [[package]] name = "clap_mangen" -version = "0.2.31" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "439ea63a92086df93893164221ad4f24142086d535b3a0957b9b9bea2dc86301" +checksum = "d82842b45bf9f6a3be090dd860095ac30728042c08e0d6261ca7259b5d850f07" dependencies = [ "clap", "roff", @@ -2566,9 +2566,9 @@ dependencies = [ [[package]] name = "roff" -version = "0.2.2" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88f8660c1ff60292143c98d08fc6e2f654d722db50410e3f3797d40baaf9d8f3" +checksum = "323c417e1d9665a65b263ec744ba09030cfb277e9daa0b018a4ab62e57bc8189" [[package]] name = "rustc-demangle" diff --git a/Cargo.toml b/Cargo.toml index 839c079bf..9f77668c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ cap-std-ext = "5.1.1" cfg-if = "1.0" chrono = { version = "0.4.38", default-features = false } clap = "4.5.4" -clap_mangen = { version = "0.2.20" } +clap_mangen = { version = "0.3.0" } # To develop against a local composefs-rs checkout, add a [patch] section at the end of this file: # [patch."https://github.com/composefs/composefs-rs"] # cfsctl = { path = "/path/to/composefs-rs/crates/cfsctl" } diff --git a/crates/tests-integration/Cargo.toml b/crates/tests-integration/Cargo.toml index 6306f508e..8709c71e6 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 = "5c42e91250ab87502b7beeb2c7ea94a54ee8f5d9" } +bcvk-qemu = { git = "https://github.com/bootc-dev/bcvk", rev = "33b4bccc89596fb7b95e3975388f13d0828b1960" } data-encoding = "2.9" indicatif = { workspace = true } libtest-mimic = "0.8.0"