From e568482371b63acc2c38c7bbd97037265a28163c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 06:11:56 +0000 Subject: [PATCH] Bump geo-types from 0.7.11 to 0.7.12 Bumps [geo-types](https://github.com/georust/geo) from 0.7.11 to 0.7.12. - [Changelog](https://github.com/georust/geo/blob/main/CHANGES.md) - [Commits](https://github.com/georust/geo/compare/geo-types-0.7.11...geo-types-0.7.12) --- 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 91f6ebe..7d2092f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -674,9 +674,9 @@ dependencies = [ [[package]] name = "geo-types" -version = "0.7.11" +version = "0.7.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9705398c5c7b26132e74513f4ee7c1d7dafd786004991b375c172be2be0eecaa" +checksum = "567495020b114f1ce9bed679b29975aa0bfae06ac22beacd5cfde5dabe7b05d6" dependencies = [ "approx", "num-traits", diff --git a/Cargo.toml b/Cargo.toml index c4e678f..822c8b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ chrono-tz = "0.8.3" color-eyre = "0.6.2" csv = "1.3.0" geo = "0.26.0" -geo-types = "0.7.11" +geo-types = "0.7.12" geojson = "0.24.1" gtfs-rt = "0.3.0" gtfs-structures = "0.36.1"