From 7471366707288cc660e4f0dad12749ab466ca75e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 20:25:43 +0000 Subject: [PATCH] chore(deps)(deps): bump geo-types from 0.7.19 to 0.7.20 Bumps [geo-types](https://github.com/georust/geo) from 0.7.19 to 0.7.20. - [Changelog](https://github.com/georust/geo/blob/main/CHANGES.md) - [Commits](https://github.com/georust/geo/compare/geo-types-0.7.19...geo-types-0.7.20) --- updated-dependencies: - dependency-name: geo-types dependency-version: 0.7.20 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1689cca..2ca8764 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1530,13 +1530,14 @@ dependencies = [ [[package]] name = "geo-types" -version = "0.7.19" +version = "0.7.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94776032c45f950d30a13af6113c2ad5625316c9abfbccee4dd5a6695f8fe0f5" +checksum = "777d18aa0f12f8b285331cd867133ee14422b3f023f6d388034c47d43e28786a" dependencies = [ "approx", "num-traits", "serde", + "thiserror 2.0.20", ] [[package]]