Skip to content

Commit

Permalink
Merge pull request #439 from jqnatividad/bump_zip_from_1_to_2
Browse files Browse the repository at this point in the history
bump zip from 1 to 2
  • Loading branch information
tafia committed May 30, 2024
2 parents 2ca8522 + 5cec3b3 commit 6b41309
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
toolchain:
- "1.71" # MSRV
- "1.73" # MSRV
- stable
- beta
- nightly
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords = ["excel", "ods", "xls", "xlsx", "xlsb"]
categories = ["encoding", "parsing", "text-processing"]
exclude = ["tests/**/*"]
edition = "2021"
rust-version = "1.71"
rust-version = "1.73"

[dependencies]
byteorder = "1.5"
Expand All @@ -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 6b41309

Please sign in to comment.