Skip to content

Commit

Permalink
Pin zip to v2.1.3 to avoid performance regressions
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbabcock committed Dec 13, 2024
1 parent 232dbbe commit 2c8df00
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ boxcars = "0.9.17"
glob = "0.3"
either = "1"
memmap2 = "0.9.5"
zip = { version = "2", default-features = false, features = ["deflate-zlib-ng"] }

# Pin zip to avoid performance regressions
# https://github.com/zip-rs/zip2/pull/247#issuecomment-2541464228
zip = { version = "=2.1.3", default-features = false, features = ["deflate-zlib-ng"] }

[dev-dependencies]
assert_cmd = "2"
Expand Down

0 comments on commit 2c8df00

Please sign in to comment.