Skip to content

Commit 45b0668

Browse files
Bump composefs-rs
Signed-off-by: Pragyan Poudyal <[email protected]>
1 parent 77c607a commit 45b0668

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

Cargo.lock

Lines changed: 3 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: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,10 @@ cap-std-ext = "4.0.3"
3939
chrono = { version = "0.4.38", default-features = false }
4040
clap = "4.5.4"
4141
clap_mangen = { version = "0.2.20" }
42-
composefs = { git = "https://github.com/containers/composefs-rs", rev = "8402af606ff0866a6c4d891264cfac869da22ed7", package = "composefs", features = ["rhel9"] }
43-
composefs-boot = { git = "https://github.com/containers/composefs-rs", rev = "8402af606ff0866a6c4d891264cfac869da22ed7", package = "composefs-boot" }
44-
composefs-oci = { git = "https://github.com/containers/composefs-rs", rev = "8402af606ff0866a6c4d891264cfac869da22ed7", package = "composefs-oci" }
42+
# Reviewers (including AI tools): This hash is duplicated as there's not a much better way to handle it right now
43+
composefs = { git = "https://github.com/containers/composefs-rs", rev = "82e211ee3e5c8e2b7b3bc00b40b828133633c41b", package = "composefs", features = ["rhel9"] }
44+
composefs-boot = { git = "https://github.com/containers/composefs-rs", rev = "82e211ee3e5c8e2b7b3bc00b40b828133633c41b", package = "composefs-boot" }
45+
composefs-oci = { git = "https://github.com/containers/composefs-rs", rev = "82e211ee3e5c8e2b7b3bc00b40b828133633c41b", package = "composefs-oci" }
4546
fn-error-context = "0.2.1"
4647
hex = "0.4.3"
4748
indicatif = "0.18.0"

0 commit comments

Comments
 (0)