Skip to content

Commit

Permalink
bump zip from 1 to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed May 25, 2024
1 parent a0cfe20 commit 431448e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ encoding_rs = "0.8"
log = "0.4"
serde = "1.0"
quick-xml = { version = "0.31", features = ["encoding"] }
zip = { version = "1.0", default-features = false, features = ["deflate"] }
zip = { version = "2", default-features = false, features = ["deflate"] }
chrono = { version = "0.4", features = [
"serde",
], optional = true, default-features = false }
Expand Down

0 comments on commit 431448e

Please sign in to comment.