Skip to content

Commit dc1139d

Browse files
committed
audit: fix RUSTSEC-2020-0071 by updating zip dependency to 0.6
1 parent bd71e7a commit dc1139d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ tar = { version = "0.4", optional = true }
2727
minreq = { version = "2.9.1", default-features = false, features = [
2828
"https",
2929
], optional = true }
30-
zip = { version = "0.5", optional = true }
30+
zip = { version = "0.6", optional = true }
3131
anyhow = "1.0.66"
3232

3333
[features]

0 commit comments

Comments
 (0)