From 21d8897837d578a4433d3ebd16c6a0a4118e2f8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 10:27:58 +0800 Subject: [PATCH] Update fitparser requirement from 0.7.0 to 0.8.0 (#14) 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](https://github.com/stadelmanma/fitparse-rs/compare/v0.7.0...v0.8.0) --- updated-dependencies: - dependency-name: fitparser dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 23553c3..fae46da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }