Skip to content

Commit

Permalink
Update gpx requirement from 0.9 to 0.10 (#193)
Browse files Browse the repository at this point in the history
Updates the requirements on [gpx](https://github.com/georust/gpx) to permit the latest version.
- [Changelog](https://github.com/georust/gpx/blob/master/CHANGELOG.md)
- [Commits](georust/gpx@v0.9.0...0.10.0)

---
updated-dependencies:
- dependency-name: gpx
  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 Dec 5, 2023
1 parent e34d637 commit d5a3401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rinex-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rust-version = "1.64"

[dependencies]
log = "0.4"
gpx = "0.9"
gpx = "0.10"
kml = "0.8"
statrs = "0.16"
walkdir = "2.4.0"
Expand Down

0 comments on commit d5a3401

Please sign in to comment.