chore: use explicit geo_json version

This commit is contained in:
Ning Sun
2022-11-01 16:12:01 +08:00
parent 20fcc7819a
commit a362c4fb22

View File

@@ -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"] }