Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/cargo/stac-api/geo-0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski authored Nov 21, 2023
2 parents 3e14620 + e534de2 commit ead3ca4
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.26", optional = true }
geo = { version = "0.27", 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 ead3ca4

Please sign in to comment.