mirror of
https://github.com/containers/bootc.git
synced 2026-02-05 06:45:13 +01:00
Bump composefs-rs
Signed-off-by: Pragyan Poudyal <pragyanpoudyal41999@gmail.com>
This commit is contained in:
committed by
Pragyan Poudyal
parent
d12d763de7
commit
bc3d6ec1c9
6
Cargo.lock
generated
6
Cargo.lock
generated
@@ -560,7 +560,7 @@ checksum = "55b672471b4e9f9e95499ea597ff64941a309b2cdbffcc46f2cc5e2d971fd335"
|
||||
[[package]]
|
||||
name = "composefs"
|
||||
version = "0.3.0"
|
||||
source = "git+https://github.com/containers/composefs-rs?rev=0f636031a1ec81cdd9e7f674909ef6b75c2642cb#0f636031a1ec81cdd9e7f674909ef6b75c2642cb"
|
||||
source = "git+https://github.com/containers/composefs-rs?rev=1498349e11d0e4bd545feab533f0b7ab5294ae9a#1498349e11d0e4bd545feab533f0b7ab5294ae9a"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"hex",
|
||||
@@ -580,7 +580,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "composefs-boot"
|
||||
version = "0.3.0"
|
||||
source = "git+https://github.com/containers/composefs-rs?rev=0f636031a1ec81cdd9e7f674909ef6b75c2642cb#0f636031a1ec81cdd9e7f674909ef6b75c2642cb"
|
||||
source = "git+https://github.com/containers/composefs-rs?rev=1498349e11d0e4bd545feab533f0b7ab5294ae9a#1498349e11d0e4bd545feab533f0b7ab5294ae9a"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"composefs",
|
||||
@@ -593,7 +593,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "composefs-oci"
|
||||
version = "0.3.0"
|
||||
source = "git+https://github.com/containers/composefs-rs?rev=0f636031a1ec81cdd9e7f674909ef6b75c2642cb#0f636031a1ec81cdd9e7f674909ef6b75c2642cb"
|
||||
source = "git+https://github.com/containers/composefs-rs?rev=1498349e11d0e4bd545feab533f0b7ab5294ae9a#1498349e11d0e4bd545feab533f0b7ab5294ae9a"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-compression",
|
||||
|
||||
@@ -41,9 +41,9 @@ chrono = { version = "0.4.38", default-features = false }
|
||||
clap = "4.5.4"
|
||||
clap_mangen = { version = "0.2.20" }
|
||||
# Reviewers (including AI tools): This hash is duplicated as there's not a much better way to handle it right now
|
||||
composefs = { git = "https://github.com/containers/composefs-rs", rev = "0f636031a1ec81cdd9e7f674909ef6b75c2642cb", package = "composefs", features = ["rhel9"] }
|
||||
composefs-boot = { git = "https://github.com/containers/composefs-rs", rev = "0f636031a1ec81cdd9e7f674909ef6b75c2642cb", package = "composefs-boot" }
|
||||
composefs-oci = { git = "https://github.com/containers/composefs-rs", rev = "0f636031a1ec81cdd9e7f674909ef6b75c2642cb", package = "composefs-oci" }
|
||||
composefs = { git = "https://github.com/containers/composefs-rs", rev = "1498349e11d0e4bd545feab533f0b7ab5294ae9a", package = "composefs", features = ["rhel9"] }
|
||||
composefs-boot = { git = "https://github.com/containers/composefs-rs", rev = "1498349e11d0e4bd545feab533f0b7ab5294ae9a", package = "composefs-boot" }
|
||||
composefs-oci = { git = "https://github.com/containers/composefs-rs", rev = "1498349e11d0e4bd545feab533f0b7ab5294ae9a", package = "composefs-oci" }
|
||||
fn-error-context = "0.2.1"
|
||||
hex = "0.4.3"
|
||||
indicatif = "0.18.0"
|
||||
|
||||
Reference in New Issue
Block a user