Skip to content

Commit 45fcce3

Browse files
Johan-Liebert1cgwalters
authored andcommitted
Bump composefs-rs and containers-image-proxy
Mainly includes composefs/composefs-rs@deda942 which fixes an error encountered when pulling from containers-storage Signed-off-by: Pragyan Poudyal <pragyanpoudyal41999@gmail.com> Signed-off-by: Colin Walters <walters@verbum.org>
1 parent 0c5446b commit 45fcce3

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ clap_mangen = { version = "0.2.20" }
4949
# composefs-boot = { path = "/home/user/src/composefs-rs/crates/composefs-boot" }
5050
# composefs-oci = { path = "/home/user/src/composefs-rs/crates/composefs-oci" }
5151
# The Justfile will auto-detect these and bind-mount them into container builds.
52-
composefs = { git = "https://github.com/containers/composefs-rs", rev = "ce3cd9bf7aa0ad2ee8d3814101aa9cd50fd3598d", package = "composefs", features = ["rhel9"] }
53-
composefs-boot = { git = "https://github.com/containers/composefs-rs", rev = "ce3cd9bf7aa0ad2ee8d3814101aa9cd50fd3598d", package = "composefs-boot" }
54-
composefs-oci = { git = "https://github.com/containers/composefs-rs", rev = "ce3cd9bf7aa0ad2ee8d3814101aa9cd50fd3598d", package = "composefs-oci" }
52+
composefs = { git = "https://github.com/containers/composefs-rs", rev = "0c6134653d66ac42c43bac4e1298bfb626aeba87", package = "composefs", features = ["rhel9"] }
53+
composefs-boot = { git = "https://github.com/containers/composefs-rs", rev = "0c6134653d66ac42c43bac4e1298bfb626aeba87", package = "composefs-boot" }
54+
composefs-oci = { git = "https://github.com/containers/composefs-rs", rev = "0c6134653d66ac42c43bac4e1298bfb626aeba87", package = "composefs-oci" }
5555
fn-error-context = "0.2.1"
5656
hex = "0.4.3"
5757
indicatif = "0.18.0"

crates/ostree-ext/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ xshell = { workspace = true, optional = true }
4141

4242
# Crate-specific dependencies
4343
comfy-table = "7.1.1"
44-
containers-image-proxy = "0.9.1"
44+
containers-image-proxy = "0.9.2"
4545
flate2 = { features = ["zlib"], default-features = false, version = "1.0.20" }
4646
futures-util = "0.3.13"
4747
gvariant = "0.5.0"

0 commit comments

Comments
 (0)