Skip to content

Commit 33e6801

Browse files
committed
upgrade zip library
1 parent 539850a commit 33e6801

File tree

2 files changed

+13
-63
lines changed

2 files changed

+13
-63
lines changed

Cargo.lock

Lines changed: 12 additions & 62 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 = "6.0.0"
6464
string_cache = "0.8.0"
6565
postgres-types = { version = "0.2", features = ["derive"] }
66-
zip = {version = "1.1.4", default-features = false, features = ["bzip2"]}
66+
zip = {version = "2.2.0", default-features = false, features = ["bzip2"]}
6767
bzip2 = "0.4.4"
6868
getrandom = "0.2.1"
6969
itertools = { version = "0.13.0", optional = true}

0 commit comments

Comments
 (0)