Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/cargo/stac-api/geo-0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski authored Feb 26, 2024
2 parents ffc0885 + 1d71560 commit 7f6c716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stac/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ schemars = ["dep:schemars"]

[dependencies]
chrono = "0.4"
geo = { version = "0.27", optional = true }
geo = { version = "0.28", optional = true }
geojson = { version = "0.24", optional = true }
reqwest = { version = "0.11", optional = true, features = ["json", "blocking"] }
schemars = { version = "0.8", optional = true }
Expand Down

0 comments on commit 7f6c716

Please sign in to comment.