Skip to content

Commit

Permalink
upgrade zip library
Browse files Browse the repository at this point in the history
  • Loading branch information
syphar committed Sep 14, 2024
1 parent 539850a commit ac92641
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 63 deletions.
74 changes: 12 additions & 62 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ font-awesome-as-a-crate = { path = "crates/font-awesome-as-a-crate" }
dashmap = "6.0.0"
string_cache = "0.8.0"
postgres-types = { version = "0.2", features = ["derive"] }
zip = {version = "1.1.4", default-features = false, features = ["bzip2"]}
zip = {version = "2.2.0", default-features = false, features = ["bzip2"]}
bzip2 = "0.4.4"
getrandom = "0.2.1"
itertools = { version = "0.13.0", optional = true}
Expand Down

0 comments on commit ac92641

Please sign in to comment.