From 06c7dcef6fff7138496b38b2ccc380e2eccff7f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Feb 2025 21:35:49 +0000 Subject: [PATCH] Update geo requirement from 0.28 to 0.29 Updates the requirements on [geo](https://github.com/georust/geo) to permit the latest version. - [Changelog](https://github.com/georust/geo/blob/main/CHANGES.md) - [Commits](https://github.com/georust/geo/compare/geo-0.28.0...geo-0.29.3) --- updated-dependencies: - dependency-name: geo dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7d52e87a..97b913cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -132,7 +132,7 @@ dms-coordinates = "1.3.1" bitflags = { version = "2.3", features = ["serde"] } serde = { version = "1.0", optional = true, default-features = false, features = ["derive"] } -geo = { version = "0.28", optional = true } +geo = { version = "0.29", optional = true } wkt = { version = "0.10.0", default-features = false, optional = true } flate2 = { version = "1", optional = true }