Skip to content

Commit 523f2a1

Browse files
fix(deps): update rust
Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com>
1 parent 84190cb commit 523f2a1

3 files changed

Lines changed: 32 additions & 16 deletions

File tree

Cargo.lock

Lines changed: 29 additions & 13 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
@@ -44,7 +44,7 @@ clap_mangen = { version = "0.3.0" }
4444
# [patch."https://github.com/composefs/composefs-rs"]
4545
# composefs-ctl = { path = "/path/to/composefs-rs/crates/composefs-ctl" }
4646
# The Justfile will auto-detect these and bind-mount them into container builds.
47-
composefs-ctl = { git = "https://github.com/composefs/composefs-rs", rev = "7e86960f746cff33bdc96e6fdca935f004c5ffb8" }
47+
composefs-ctl = { git = "https://github.com/composefs/composefs-rs", rev = "97b17f08960bd719a0e3ac02dd827cd9a7110503" }
4848
fn-error-context = "0.2.1"
4949
futures-util = "0.3"
5050
hex = "0.4.3"

crates/tests-integration/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ 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 = "eac2fc357d059ba3cfcf5cd7a5fc00e6e5e70a7c" }
33+
bcvk-qemu = { git = "https://github.com/bootc-dev/bcvk", rev = "c1adfa9834aec219ea3c015e04871a46b375b0f0" }
3434
data-encoding = "2.9"
3535
indicatif = { workspace = true }
3636
libtest-mimic = "0.8.0"
37-
oci-spec = "0.9.0"
37+
oci-spec = "0.10.0"
3838
rand = "0.10"
3939
rexpect = "0.7"
4040
scopeguard = "1.2.0"

0 commit comments

Comments
 (0)