Skip to content

Commit 17947f8

Browse files
Johan-Liebert1cgwalters
authored andcommitted
Bump composefs-rs
Also, update the git URL to point to https://github.com/composefs/composefs-rs Signed-off-by: Johan-Liebert1 <pragyanpoudyal41999@gmail.com>
1 parent 7a5ce1e commit 17947f8

3 files changed

Lines changed: 22 additions & 7 deletions

File tree

Cargo.lock

Lines changed: 18 additions & 3 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 = "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" }
52+
composefs = { git = "https://github.com/composefs/composefs-rs", rev = "b928c6bd6c051e111d3efc3d25cdaf9159182ed0", package = "composefs", features = ["rhel9"] }
53+
composefs-boot = { git = "https://github.com/composefs/composefs-rs", rev = "b928c6bd6c051e111d3efc3d25cdaf9159182ed0", package = "composefs-boot" }
54+
composefs-oci = { git = "https://github.com/composefs/composefs-rs", rev = "b928c6bd6c051e111d3efc3d25cdaf9159182ed0", package = "composefs-oci" }
5555
fn-error-context = "0.2.1"
5656
hex = "0.4.3"
5757
indicatif = "0.18.0"

deny.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ name = "ring"
1212
[sources]
1313
unknown-registry = "deny"
1414
unknown-git = "deny"
15-
allow-git = ["https://github.com/containers/composefs-rs"]
15+
allow-git = ["https://github.com/composefs/composefs-rs"]

0 commit comments

Comments
 (0)