@@ -33,25 +33,25 @@ command = ["write", "dep:crossbeam-utils"]
3333write = []
3434
3535[dependencies ]
36- crossbeam-utils = { version = " 0.8.20 " , optional = true }
36+ crossbeam-utils = { version = " 0.8.21 " , optional = true }
3737# The default `miniz_oxide` flate2 backend has poor performance in debug/under QEMU:
3838# https://github.com/rust-lang/flate2-rs/issues/297
3939# Ideally we'd use the fastest `zlib-ng` backend, however it fails to cross-compile:
4040# https://github.com/rust-lang/libz-sys/issues/93
4141# As such we have to use the next best alternate backend, which is `zlib`.
42- flate2 = { version = " 1.0.35 " , default-features = false , features = [" zlib" ], optional = true }
42+ flate2 = { version = " 1.1.0 " , default-features = false , features = [" zlib" ], optional = true }
4343hex = { version = " 0.4.3" , optional = true }
4444libcnb = { workspace = true , optional = true }
4545pathdiff = { version = " 0.2.3" , optional = true }
46- semver = { version = " 1.0.23 " , features = [" serde" ], optional = true }
47- serde = { version = " 1.0.215 " , features = [" derive" ], optional = true }
46+ semver = { version = " 1.0.25 " , features = [" serde" ], optional = true }
47+ serde = { version = " 1.0.218 " , features = [" derive" ], optional = true }
4848sha2 = { version = " 0.10.8" , optional = true }
49- tar = { version = " 0.4.43 " , default-features = false , optional = true }
49+ tar = { version = " 0.4.44 " , default-features = false , optional = true }
5050termcolor = { version = " 1.4.1" , optional = true }
51- thiserror = { version = " 2.0.6 " , optional = true }
51+ thiserror = { version = " 2.0.11 " , optional = true }
5252toml = { workspace = true , optional = true }
5353ureq = { version = " 2.12.1" , default-features = false , features = [" tls" ], optional = true }
5454
5555[dev-dependencies ]
5656serde_test = " 1.0.177"
57- tempfile = " 3.14.0 "
57+ tempfile = " 3.17.1 "
0 commit comments