From d5a3401b20608a0e63fbeded401abfeb7df20819 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 17:45:11 +0100 Subject: [PATCH] Update gpx requirement from 0.9 to 0.10 (#193) 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](https://github.com/georust/gpx/compare/v0.9.0...0.10.0) --- updated-dependencies: - dependency-name: gpx dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- rinex-cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rinex-cli/Cargo.toml b/rinex-cli/Cargo.toml index 2957fdc68..c90cd8bf9 100644 --- a/rinex-cli/Cargo.toml +++ b/rinex-cli/Cargo.toml @@ -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"