Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#1640)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 1, 2024
1 parent c10703c commit 135803c
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 6 deletions.
55 changes: 50 additions & 5 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 @@ -73,7 +73,7 @@ base64 = "0.22.1"
polars = { version = "0.43.0", features = ["dtype-struct", "dtype-date", "dtype-datetime", "dtype-duration", "parquet"], default-features = false }

# geodata
geo = { version = "0.28.0", features = ["use-serde"], default-features = false }
geo = { version = "0.29.0", features = ["use-serde"], 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 135803c

Please sign in to comment.