Skip to content

Commit

Permalink
Merge pull request #377 from jqnatividad/bump-quick-xml
Browse files Browse the repository at this point in the history
bump quick-xml from 0.30 to 0.31
  • Loading branch information
tafia authored Dec 12, 2023
2 parents c66195c + 43bf520 commit c9720a8
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.63" # MSRV
- "1.65" # 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.63"
rust-version = "1.65"

[dependencies]
byteorder = "1.4"
Expand All @@ -20,7 +20,7 @@ encoding_rs = "0.8"
log = "0.4"
once_cell = { version = "1.18", optional = true }
serde = "1.0"
quick-xml = { version = "0.30", features = ["encoding"] }
quick-xml = { version = "0.31", features = ["encoding"] }
zip = { version = "0.6", default-features = false, features = ["deflate"] }
chrono = { version = "0.4", features = [
"serde",
Expand Down

0 comments on commit c9720a8

Please sign in to comment.