@@ -14,7 +14,7 @@ debug = true
1414
1515[profile .thin ]
1616# drop bootc size when split debuginfo is not available and go a step
17- # further in size optimization (when tested from 140mb, to 12mb without
17+ # further in size optimization (when tested from 140mb, to 12mb without
1818# symbols/debuginfo, to 5.8mb with extra optimizations)
1919# https://github.com/johnthagen/min-sized-rust
2020# cargo build --profile=thin
@@ -32,34 +32,34 @@ lto = "yes"
3232
3333[workspace .dependencies ]
3434anstream = " 0.6"
35- anyhow = " 1.0.98 "
36- camino = " 1.1.11 "
35+ anyhow = " 1.0.82 "
36+ camino = " 1.1.6 "
3737canon-json = " 0.2.1"
38- cap-std-ext = " 4.0.6 "
38+ cap-std-ext = " 4.0.3 "
3939composefs = { git = " https://github.com/containers/composefs-rs" , rev = " 28d4721f77f973f0e394d60d6a69d9b39cb38d7f" , package = " composefs" , features = [" rhel9" ] }
4040composefs-boot = { git = " https://github.com/containers/composefs-rs" , rev = " 28d4721f77f973f0e394d60d6a69d9b39cb38d7f" , package = " composefs-boot" }
4141composefs-oci = { git = " https://github.com/containers/composefs-rs" , rev = " 28d4721f77f973f0e394d60d6a69d9b39cb38d7f" , package = " composefs-oci" }
42- chrono = { version = " 0.4.41 " , default-features = false }
43- clap = " 4.5.43 "
44- clap_mangen = { version = " 0.2.29 " }
42+ chrono = { version = " 0.4.38 " , default-features = false }
43+ clap = " 4.5.4 "
44+ clap_mangen = { version = " 0.2.20 " }
4545hex = " 0.4.3"
46- indoc = " 2.0.6 "
46+ indoc = " 2.0.5 "
4747indicatif = " 0.18.0"
4848fn-error-context = " 0.2.1"
49- libc = " 0.2.174 "
50- openssl = " 0.10.73 "
49+ libc = " 0.2.154 "
50+ openssl = " 0.10.72 "
5151owo-colors = { version = " 4" }
5252# For the same rationale as https://github.com/coreos/rpm-ostree/commit/27f3f4b77a15f6026f7e1da260408d42ccb657b3
5353rustix = { "version" = " 1" , features = [" use-libc" , " thread" , " net" , " fs" , " system" , " process" , " mount" ] }
54- serde = " 1.0.219 "
55- serde_json = " 1.0.142 "
56- similar-asserts = " 1.7 .0"
54+ serde = " 1.0.199 "
55+ serde_json = " 1.0.116 "
56+ similar-asserts = " 1.5 .0"
5757static_assertions = " 1.1.0"
58- tempfile = " 3.20.0 "
59- tracing = " 0.1.41 "
60- thiserror = " 2.0.12 "
58+ tempfile = " 3.10.1 "
59+ tracing = " 0.1.40 "
60+ thiserror = " 2.0.11 "
6161tokio = " >= 1.37.0"
62- tokio-util = { features = [" io-util" ], version = " 0.7.16 " }
62+ tokio-util = { features = [" io-util" ], version = " 0.7.10 " }
6363
6464# See https://github.com/coreos/cargo-vendor-filterer
6565[workspace .metadata .vendor-filter ]
0 commit comments