diff --git a/src/datatypes/Cargo.toml b/src/datatypes/Cargo.toml index d093e00e4f..17a06be5fe 100644 --- a/src/datatypes/Cargo.toml +++ b/src/datatypes/Cargo.toml @@ -14,7 +14,7 @@ common-time = { path = "../common/time" } datafusion-common = { git = "https://github.com/apache/arrow-datafusion.git", branch = "arrow2" } enum_dispatch = "0.3" geo = { version = "0.23.0", features = ["use-serde"] } -geojson = "*" +geojson = "0.24" num = "0.4" num-traits = "0.2" ordered-float = { version = "3.0", features = ["serde"] }