We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d999b79 commit e74adbcCopy full SHA for e74adbc
1 file changed
crates/tests-integration/Cargo.toml
@@ -30,13 +30,13 @@ bootc-kernel-cmdline = { path = "../kernel_cmdline", version = "0.0.0" }
30
# This is a git dependency — not published to crates.io.
31
# When updating, also check the bcvk-qemu Cargo.toml for its own
32
# dependency versions (cap-std-ext, etc.) to avoid conflicts.
33
-bcvk-qemu = { git = "https://github.com/bootc-dev/bcvk", rev = "5c42e91250ab87502b7beeb2c7ea94a54ee8f5d9" }
+bcvk-qemu = { git = "https://github.com/bootc-dev/bcvk", rev = "3b4dc84453d7ebac9e544d15931f0a9cd3d26215" }
34
data-encoding = "2.9"
35
indicatif = { workspace = true }
36
libtest-mimic = "0.8.0"
37
oci-spec = "0.9.0"
38
rand = "0.10"
39
-rexpect = "0.7"
+rexpect = "0.6"
40
scopeguard = "1.2.0"
41
tar = "0.4"
42
tokio = { workspace = true, features = ["rt", "macros"] }
0 commit comments