diff --git a/stac/Cargo.toml b/stac/Cargo.toml index 2dadb6b4..e56f3025 100644 --- a/stac/Cargo.toml +++ b/stac/Cargo.toml @@ -17,7 +17,7 @@ schemars = ["dep:schemars"] [dependencies] chrono = "0.4" -geo = { version = "0.25", optional = true } +geo = { version = "0.26", optional = true } geojson = { version = "0.24", optional = true } reqwest = { version = "0.11", optional = true, features = ["json", "blocking"] } schemars = { version = "0.8", optional = true }