Skip to content

Commit

Permalink
chore(deps): update geo requirement from 0.26 to 0.27 in /stac
Browse files Browse the repository at this point in the history
Updates the requirements on [geo](https://github.com/georust/geo) to permit the latest version.
- [Changelog](https://github.com/georust/geo/blob/main/CHANGES.md)
- [Commits](georust/geo@geo-0.26.0...geo-0.27.0)

---
updated-dependencies:
- dependency-name: geo
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and gadomski committed Nov 21, 2023
1 parent dd79af1 commit e534de2
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 e534de2

Please sign in to comment.