@@ -14,8 +14,8 @@ rust-version = "1.82.0"
1414include = [" /src" , " LICENSE-APACHE" , " LICENSE-MIT" ]
1515
1616[dependencies ]
17- anstream = " 0.6.20 "
18- anstyle = " 1.0.11 "
17+ anstream = " 0.6.13 "
18+ anstyle = " 1.0.6 "
1919anyhow = { workspace = true }
2020bootc-utils = { package = " bootc-internal-utils" , path = " ../utils" , version = " 0.0.0" }
2121bootc-blockdev = { package = " bootc-internal-blockdev" , path = " ../blockdev" , version = " 0.0.0" }
@@ -28,7 +28,7 @@ composefs-boot = { workspace = true }
2828composefs-oci = { workspace = true }
2929ostree-ext = { path = " ../ostree-ext" , features = [" bootc" ] }
3030chrono = { workspace = true , features = [" serde" ] }
31- clap = { workspace = true , features = [" derive" , " cargo" ] }
31+ clap = { workspace = true , features = [" derive" ," cargo" ] }
3232clap_mangen = { workspace = true , optional = true }
3333# composefs = "0.2.0"
3434cap-std-ext = { workspace = true , features = [" fs_utf8" ] }
@@ -41,22 +41,22 @@ liboverdrop = "0.1.0"
4141libsystemd = " 0.7"
4242linkme = " 0.3"
4343openssl = { workspace = true }
44- regex = " 1.11.1 "
44+ regex = " 1.10.4 "
4545rustix = { workspace = true }
4646schemars = { version = " 1.0.4" , features = [" chrono04" ] }
4747serde = { workspace = true , features = [" derive" ] }
48- serde_ignored = " 0.1.12 "
48+ serde_ignored = " 0.1.10 "
4949serde_json = { workspace = true }
5050serde_yaml = " 0.9.34"
5151tokio = { workspace = true , features = [" io-std" , " time" , " process" , " rt" , " net" ] }
5252tokio-util = { workspace = true }
5353tracing = { workspace = true }
5454tempfile = { workspace = true }
5555toml = " 0.9.5"
56- xshell = { version = " 0.2.7 " , optional = true }
57- uuid = { version = " 1.17 .0" , features = [" v4" ] }
56+ xshell = { version = " 0.2.6 " , optional = true }
57+ uuid = { version = " 1.8 .0" , features = [" v4" ] }
5858tini = " 1.3.0"
59- comfy-table = " 7.1.4 "
59+ comfy-table = " 7.1.1 "
6060thiserror = { workspace = true }
6161canon-json = { workspace = true }
6262nom = " 8.0.0"
0 commit comments