From f33ce859d077d8db538350326dbea11e10734e4f Mon Sep 17 00:00:00 2001 From: Dustin Carlino Date: Tue, 28 Nov 2023 11:57:35 +0000 Subject: [PATCH] Update geo (#37) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 013ab252..828d15be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ edition = "2021" [dependencies] libc = {version = "0.2.149", default-features=false, optional = true} -geo = "0.26.0" +geo = "0.27.0" num-traits = "0.2.8" thiserror = "1.0.4"