Skip to content

Commit

Permalink
Update fitparser requirement from 0.7.0 to 0.8.0 (#14)
Browse files Browse the repository at this point in the history
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 38147bb commit 21d8897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.1"
edition = "2021"

[dependencies]
fitparser = "0.7.0"
fitparser = "0.8.0"
chrono = "0.4.28"
clap = { version = "4.5.17", features= ["derive"] }

Expand Down

0 comments on commit 21d8897

Please sign in to comment.