From 81f435cfe9544b9d472232f41e9ff644e4251077 Mon Sep 17 00:00:00 2001 From: "bootc-bot[bot]" <225049296+bootc-bot[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2026 00:52:04 +0000 Subject: [PATCH] fix(deps): update rust Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com> --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- crates/tests-integration/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 82619359c..63df42933 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=33b4bccc89596fb7b95e3975388f13d0828b1960#33b4bccc89596fb7b95e3975388f13d0828b1960" +source = "git+https://github.com/bootc-dev/bcvk?rev=f4dd05a74ccb54084093c9167317a14356ca53e4#f4dd05a74ccb54084093c9167317a14356ca53e4" dependencies = [ "camino", "cap-std-ext 5.1.1", @@ -2819,9 +2819,9 @@ checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2" [[package]] name = "similar" -version = "2.7.0" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa" +checksum = "26d0b06eba54f0ca0770f970a3e89823e766ca638dd940f8469fa0fa50c75396" dependencies = [ "bstr", "unicode-segmentation", @@ -2829,11 +2829,11 @@ dependencies = [ [[package]] name = "similar-asserts" -version = "1.7.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5b441962c817e33508847a22bd82f03a30cff43642dc2fae8b050566121eb9a" +checksum = "997e6ca38e97437973fc9f7f50a50d1274cacd874341a4960fea90067291038c" dependencies = [ - "console 0.15.11", + "console 0.16.2", "similar", ] diff --git a/Cargo.toml b/Cargo.toml index 9f77668c7..217789e1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ rustix = { "version" = "1", features = ["use-libc", "thread", "net", "fs", "syst serde = "1.0.199" serde_json = "1.0.116" shlex = "1.3" -similar-asserts = "1.5.0" +similar-asserts = "2.0.0" static_assertions = "1.1.0" tempfile = "3.10.1" thiserror = "2.0.11" diff --git a/crates/tests-integration/Cargo.toml b/crates/tests-integration/Cargo.toml index 8709c71e6..0ae7e4346 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 = "33b4bccc89596fb7b95e3975388f13d0828b1960" } +bcvk-qemu = { git = "https://github.com/bootc-dev/bcvk", rev = "f4dd05a74ccb54084093c9167317a14356ca53e4" } data-encoding = "2.9" indicatif = { workspace = true } libtest-mimic = "0.8.0"