fix(deps): update rust crate calamine to 0.34.0#192
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.33.0→0.34.0Release Notes
tafia/calamine (calamine)
v0.34.0Compare Source
Changed
Updated benchmarking to uses the
criterion.rscrate. This removed therequirement for using
+nightlyforcargo bench. PR #620.Updated dependencies for release 0.34.0:
quick-xml: 0.38 -> 0.39. PR #617Refactored CFB to resolve special case in the caller of
fn get_chain.PR #615.
Performance improvements:
fast_float2is used at all float-parsing call sites. PR #608Fixed
Fixed capitalized workbook/book stream handling in XLS files. PR #618.
Fixed issue where BIFF5
LblandExternSheetrecords were incorrectlyparsed as BIFF8. PR #613.
Fixed VBA
check_variable_recordto handle optional records. PR #614.Fixed premature error when BIFF version is not Biff8 in XLS files. PR #619.
Fixed issue where XLSX cells with an empty
<v/>value returned a string withindex 0 instead of an Empty value. Issue #607.
Fixed millisecond rounding issue where 1000 milliseconds weren't rounded up to
the next second. Issue #602, PR #605.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.