Skip to content

Commit 875466d

Browse files
committed
upgrade zip to 0.6.2, reduce features to only needed ones
1 parent ce4ad07 commit 875466d

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

Cargo.lock

Lines changed: 3 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ font-awesome-as-a-crate = { path = "crates/font-awesome-as-a-crate" }
6363
dashmap = "5.1.0"
6464
string_cache = "0.8.0"
6565
postgres-types = { version = "0.2", features = ["derive"] }
66-
zip = "0.5.11"
66+
zip = {version = "0.6.2", default-features = false, features = ["bzip2"]}
6767
bzip2 = "0.4.2"
6868
serde_cbor = "0.11.1"
6969
getrandom = "0.2.1"

0 commit comments

Comments
 (0)