Skip to content

Commit e74adbc

Browse files
committed
Revert changes in cargo file
1 parent d999b79 commit e74adbc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

crates/tests-integration/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ 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 = "5c42e91250ab87502b7beeb2c7ea94a54ee8f5d9" }
33+
bcvk-qemu = { git = "https://github.com/bootc-dev/bcvk", rev = "3b4dc84453d7ebac9e544d15931f0a9cd3d26215" }
3434
data-encoding = "2.9"
3535
indicatif = { workspace = true }
3636
libtest-mimic = "0.8.0"
3737
oci-spec = "0.9.0"
3838
rand = "0.10"
39-
rexpect = "0.7"
39+
rexpect = "0.6"
4040
scopeguard = "1.2.0"
4141
tar = "0.4"
4242
tokio = { workspace = true, features = ["rt", "macros"] }

0 commit comments

Comments
 (0)