Skip to content

Commit 2444531

Browse files
committed
Drop default features for zip
.. and in particular the ancient `time` dependency, which suffers from `RUSTSEC-2020-0071`.
1 parent c979a8d commit 2444531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ bitcoin_hashes = { version = ">= 0.13, <= 0.14", optional = true }
2929
flate2 = { version = "1.0", optional = true }
3030
tar = { version = "0.4", optional = true }
3131
minreq = { version = "2.9.1", default-features = false, features = ["https"], optional = true }
32-
zip = { version = "0.5.13", optional = true }
32+
zip = { version = "0.5.13", default-features = false, features = ["bzip2", "deflate"], optional = true }
3333

3434
# Please note, it is expected that a single version feature will be enabled however if you enable
3535
# multiple the highest version number will take precedence.

0 commit comments

Comments
 (0)