Skip to content

Commit c12d188

Browse files
fix(deps): update rust (#2126)
Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com> Co-authored-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com>
1 parent 8d51fbe commit c12d188

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ rustix = { "version" = "1", features = ["use-libc", "thread", "net", "fs", "syst
5959
serde = "1.0.199"
6060
serde_json = "1.0.116"
6161
shlex = "1.3"
62-
similar-asserts = "1.5.0"
62+
similar-asserts = "2.0.0"
6363
static_assertions = "1.1.0"
6464
tempfile = "3.10.1"
6565
thiserror = "2.0.11"

crates/tests-integration/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ bootc-kernel-cmdline = { path = "../kernel_cmdline", version = "0.0.0" }
3030
# This is a git dependency — not published to crates.io.
3131
# When updating, also check the bcvk-qemu Cargo.toml for its own
3232
# dependency versions (cap-std-ext, etc.) to avoid conflicts.
33-
bcvk-qemu = { git = "https://github.com/bootc-dev/bcvk", rev = "33b4bccc89596fb7b95e3975388f13d0828b1960" }
33+
bcvk-qemu = { git = "https://github.com/bootc-dev/bcvk", rev = "f4dd05a74ccb54084093c9167317a14356ca53e4" }
3434
data-encoding = "2.9"
3535
indicatif = { workspace = true }
3636
libtest-mimic = "0.8.0"

0 commit comments

Comments
 (0)