From 35f62f02e6ca41d249d2a32d37ab1352e7b8fb2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 11:18:40 +0000 Subject: [PATCH] chore(deps): bump geo-types from 0.7.13 to 0.7.14 Bumps [geo-types](https://github.com/georust/geo) from 0.7.13 to 0.7.14. - [Changelog](https://github.com/georust/geo/blob/main/CHANGES.md) - [Commits](https://github.com/georust/geo/compare/geo-types-0.7.13...geo-types-0.7.14) --- updated-dependencies: - dependency-name: geo-types dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 15fa472..74db9d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -203,9 +203,9 @@ dependencies = [ [[package]] name = "geo-types" -version = "0.7.13" +version = "0.7.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ff16065e5720f376fbced200a5ae0f47ace85fd70b7e54269790281353b6d61" +checksum = "b6f47c611187777bbca61ea7aba780213f5f3441fd36294ab333e96cfa791b65" dependencies = [ "approx", "num-traits", diff --git a/Cargo.toml b/Cargo.toml index 7bb4229..7aae6fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ license = "MIT" [dependencies] clap = { version = "4.5.8", features = ["derive"] } fit_file = "0.6.0" -geo-types = "0.7.13" +geo-types = "0.7.14" gpx = "0.10.0" rayon = "1.10.0" srtm_reader = { version = "0.3.0", optional = true }