Skip to content

Commit

Permalink
fix(deps): update rust crate geozero to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent b976c94 commit 4b2d6fc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions server/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ polars = { version = "0.43.0", features = ["dtype-struct", "dtype-date", "dtype-

# geodata
geo = { version = "0.28.0", features = ["use-serde"], default-features = false }
geozero = { version = "0.13.0", features = ["with-postgis-sqlx", "with-geo"], default-features = false }
geozero = { version = "0.14.0", features = ["with-postgis-sqlx", "with-geo"], default-features = false }
geo-types = { version = "0.7.13", default-features = false }
actix-middleware-etag = "0.4.1"

Expand Down

0 comments on commit 4b2d6fc

Please sign in to comment.