From 041e2b51aeee40e8955d9e98b9da05b2b1fd64b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 08:30:37 +0000 Subject: [PATCH] Update geo requirement from 0.30 to 0.31 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.30.0...geo-0.31.0) --- updated-dependencies: - dependency-name: geo dependency-version: 0.31.0 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 58b637f..b8ba2ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ serde_json = { version = "1.0", features = ["preserve_order"] } serde = { version = "1.0", default-features = false, features = ["derive"] } [dependencies] -geo = "0.30" +geo = "0.31" thiserror = "2" itertools = "0.14.0" num-integer = "0.1.44" # TODO: see if we can get rid of div_ceil