Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update fitparser requirement from 0.7.0 to 0.8.0 #14

Merged
merged 1 commit into from
Oct 21, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 21, 2024

Updates the requirements on fitparser to permit the latest version.

Changelog

Sourced from fitparser's changelog.

v0.8.0

  • Bump packaged FIT SDK version to 21.141.00 (lingepumpe)
  • Implement developer field data parsing (lingepumpe)

v0.7.0

  • Bump packaged FIT SDK version to 21.133.00 (robinkrahl)
  • Remove dead code files in generate-fit-profile (robinkrahl)
  • Rework profile generation code to leverage the quote crate

v0.6.1

  • Bump packaged FIT SDK version to 21.115.00
  • Fix chrono deprecations
  • Update dependencies

v0.6.0

  • Restructured project to drop the calamine dependency for end users, profile generation is now done in a separate private crate
  • Update calamine dependency (evensolberg)
  • Refactor profile decoding module to be functional and not create large "info" structures
  • Implement new decoding options to cover additional use cases
  • Improve component expansion to use a nom-like call chain to avoid loops and clones
  • Bump packaged FIT SDK version to 21.105.00

v0.5.1

  • Bump packaged FIT SDK version to 21.89.00

v0.5.0

  • Use Arc instead of Rc to make FitObjects fully thread-safe (danielalvsaaker)
  • Bump packaged FIT SDK version to 21.78.00

v0.4.3

  • Upgrade nom parser to version 7.0
  • Bump packaged FIT SDK version to 21.67.00
  • Clippy/Typo cleanup (by danielalvsaaker, xehpuk)
  • Add doc comments to field types and messages (by xehpuk)
  • Allow CRC validation to be skipped.
  • Properly handle FIT files where the header CRC is zero (credit ddboline)
  • Check that field size and base type are an even multiple of each other

v0.4.2

  • Bump packaged FIT SDK version to 21.54.01

v0.4.1

  • Bump packaged FIT SDK version to 21.53.00

v0.4.0

  • Improve parser error handling so that the user gets the byte position where parsing failed instead of the number of bytes remaining
  • Expand public API to expose more low level deserialization objects.

... (truncated)

Commits
  • 7e68cf6 Bump version to v0.8.0
  • 1a1ebae Don't split developer_fields from fields, mark with developer_data_index
  • cc02ead Standardize default name for unknown dev field, add basic test
  • e0ab003 Refactor developer field handling and parsing
  • 759e0d3 Add MissingDeveloperDefinitionMessage
  • 6a1618f Use errors instead of panic & expect
  • f9d51bb Fall back to Byte for unknown FitBaseType
  • fc0cbed Access Decoder::developer_field_descriptions through a getter
  • 776f2e3 Keep developer fields separate from normal fields
  • bdb043e Remove enum BaseType, use FitBaseType from autogenerated code
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Updates the requirements on [fitparser](https://github.com/stadelmanma/fitparse-rs) to permit the latest version.
- [Release notes](https://github.com/stadelmanma/fitparse-rs/releases)
- [Changelog](https://github.com/stadelmanma/fitparse-rs/blob/v0.8.0/CHANGELOG.md)
- [Commits](stadelmanma/fitparse-rs@v0.7.0...v0.8.0)

---
updated-dependencies:
- dependency-name: fitparser
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 21, 2024
@yanganto yanganto merged commit 21d8897 into main Oct 21, 2024
3 checks passed
@yanganto yanganto deleted the dependabot/cargo/fitparser-0.8.0 branch October 21, 2024 02:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant