stadelmanma / fitparse-rs

Rust library to parse FIT formatted files
MIT License
54 stars 10 forks source link

Update calamine requirement from 0.20.0 to 0.21.2 in /generate-fit-profile #30

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on calamine to permit the latest version.

Changelog

Sourced from calamine's changelog.

0.21.2:

  • fix: formula with string not displaying properly

0.21.1

  • chore: bump MSRv to 1.60.0 due to log dependencies
  • fix: xls: formula values ignored
  • fix: xls: formula (string) not displayed properly

0.21.0

  • fix: (xlsx) support r attribute
  • fix: support PROJECTCOMPATVERSION in vba
  • fix: incorrect date parsing due to excel bug
  • feat: support for duration
  • test: add MSRV

0.20.0

  • refactor: bump dependencies
  • feat: (all) parse format/style information to infer cell as datetime
  • feat: (ods) support number-columns-repeated attribute
  • refactor: multiple clippy refactorings

0.19.2

  • feat: Extract picture data by turning picture feature on

0.19.1

  • fix: wrong range len calculation
  • fix: date precision

0.19.0

  • fix: Several decoding issues in xls and xlsb
  • fix: Wrong decimal parsing
  • refactor: bump dependencies (quick-xml in particular and chrono)
  • feat: always return sheet names in lexicographic order (BTreeMap)
  • chore: remove travis

0.18.0

  • fix: Allow empty value cells in xlsx
  • fix: obscure xls parsing errors (#195)
  • feat: Improve conversions from raw data to primitives
  • docs: fix two typos in readme
  • feat: replace macro matches! by match expression to reduce MSRV

... (truncated)

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)