Skip to content

Commit

Permalink
Merge pull request #1473 from jqnatividad/excel_bump_calamine
Browse files Browse the repository at this point in the history
`excel`: bump calamine from 0.22 to 0.23
  • Loading branch information
jqnatividad authored Dec 12, 2023
2 parents ca546cd + 86cafaa commit 3652ddb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 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 @@ -78,7 +78,7 @@ cached = { version = "0.46", default-features = false, features = [
"proc_macro",
"redis_ahash",
], optional = true }
calamine = { version = "0.22", features = ["dates"] }
calamine = { version = "0.23", features = ["dates"] }
censor = { version = "0.3", optional = true }
chrono = { version = "0.4", default-features = false }
console = { version = "0.15", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion tests/test_excel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ fn excel_open_xlsx_readpassword() {

let got = wrk.output_stderr(&mut cmd);
assert!(got
.matches("password-protected-password123.xlsx may be a password-protected workbook:")
.matches("Cannot open workbook: Xlsx error: Workbook is password protected.")
.min()
.is_some());
wrk.assert_err(&mut cmd);
Expand Down

0 comments on commit 3652ddb

Please sign in to comment.