1
0
mirror of https://github.com/containers/bootc.git synced 2026-02-05 06:45:13 +01:00

Bump composefs-rs

This commit is contained in:
Johan-Liebert1
2025-08-28 15:11:31 +05:30
parent a48dad7b50
commit fbf25c4dad
2 changed files with 6 additions and 6 deletions

6
Cargo.lock generated
View File

@@ -581,7 +581,7 @@ checksum = "55b672471b4e9f9e95499ea597ff64941a309b2cdbffcc46f2cc5e2d971fd335"
[[package]]
name = "composefs"
version = "0.3.0"
source = "git+https://github.com/containers/composefs-rs?rev=8d1e570275621531d39b8f01681584bcc85ce01c#8d1e570275621531d39b8f01681584bcc85ce01c"
source = "git+https://github.com/containers/composefs-rs?rev=ce28ee8a7b43290941d208c8ca820150a6504d5a#ce28ee8a7b43290941d208c8ca820150a6504d5a"
dependencies = [
"anyhow",
"hex",
@@ -601,7 +601,7 @@ dependencies = [
[[package]]
name = "composefs-boot"
version = "0.3.0"
source = "git+https://github.com/containers/composefs-rs?rev=8d1e570275621531d39b8f01681584bcc85ce01c#8d1e570275621531d39b8f01681584bcc85ce01c"
source = "git+https://github.com/containers/composefs-rs?rev=ce28ee8a7b43290941d208c8ca820150a6504d5a#ce28ee8a7b43290941d208c8ca820150a6504d5a"
dependencies = [
"anyhow",
"composefs",
@@ -614,7 +614,7 @@ dependencies = [
[[package]]
name = "composefs-oci"
version = "0.3.0"
source = "git+https://github.com/containers/composefs-rs?rev=8d1e570275621531d39b8f01681584bcc85ce01c#8d1e570275621531d39b8f01681584bcc85ce01c"
source = "git+https://github.com/containers/composefs-rs?rev=ce28ee8a7b43290941d208c8ca820150a6504d5a#ce28ee8a7b43290941d208c8ca820150a6504d5a"
dependencies = [
"anyhow",
"async-compression",

View File

@@ -39,9 +39,9 @@ cap-std-ext = "4.0.3"
chrono = { version = "0.4.38", default-features = false }
clap = "4.5.4"
clap_mangen = { version = "0.2.20" }
composefs = { git = "https://github.com/containers/composefs-rs", rev = "8d1e570275621531d39b8f01681584bcc85ce01c", package = "composefs", features = ["rhel9"] }
composefs-boot = { git = "https://github.com/containers/composefs-rs", rev = "8d1e570275621531d39b8f01681584bcc85ce01c", package = "composefs-boot" }
composefs-oci = { git = "https://github.com/containers/composefs-rs", rev = "8d1e570275621531d39b8f01681584bcc85ce01c", package = "composefs-oci" }
composefs = { git = "https://github.com/containers/composefs-rs", rev = "ce28ee8a7b43290941d208c8ca820150a6504d5a", package = "composefs", features = ["rhel9"] }
composefs-boot = { git = "https://github.com/containers/composefs-rs", rev = "ce28ee8a7b43290941d208c8ca820150a6504d5a", package = "composefs-boot" }
composefs-oci = { git = "https://github.com/containers/composefs-rs", rev = "ce28ee8a7b43290941d208c8ca820150a6504d5a", package = "composefs-oci" }
fn-error-context = "0.2.1"
hex = "0.4.3"
indicatif = "0.18.0"