@@ -39,7 +39,7 @@ crossbeam-utils = { version = "0.8.21", optional = true }
39
39
# Ideally we'd use the fastest `zlib-ng` backend, however it fails to cross-compile:
40
40
# https://github.com/rust-lang/libz-sys/issues/93
41
41
# As such we have to use the next best alternate backend, which is `zlib`.
42
- flate2 = { version = " 1.1.1 " , default-features = false , features = [" zlib" ], optional = true }
42
+ flate2 = { version = " 1.1.2 " , default-features = false , features = [" zlib" ], optional = true }
43
43
hex = { version = " 0.4.3" , optional = true }
44
44
libcnb = { workspace = true , optional = true }
45
45
pathdiff = { version = " 0.2.3" , optional = true }
@@ -50,8 +50,8 @@ tar = { version = "0.4.44", default-features = false, optional = true }
50
50
termcolor = { version = " 1.4.1" , optional = true }
51
51
thiserror = { version = " 2.0.12" , optional = true }
52
52
toml = { workspace = true , optional = true }
53
- ureq = { version = " 3.0.11 " , default-features = false , features = [" rustls" ], optional = true }
53
+ ureq = { version = " 3.0.12 " , default-features = false , features = [" rustls" ], optional = true }
54
54
55
55
[dev-dependencies ]
56
56
serde_test = " 1.0.177"
57
- tempfile = " 3.19.1 "
57
+ tempfile = " 3.20.0 "
0 commit comments