Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 31, 2024
1 parent c10703c commit 7a08651
Show file tree
Hide file tree
Showing 4 changed files with 86 additions and 13 deletions.
49 changes: 47 additions & 2 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
4 changes: 2 additions & 2 deletions webclient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"@nuxt/content": "2.13.2",
"@nuxt/image": "1.8.1",
"@nuxtjs/color-mode": "3.5.1",
"@vueuse/core": "11.1.0",
"@vueuse/core": "11.2.0",
"@vueuse/nuxt": "11.1.0",
"@vueuse/router": "11.1.0",
"@vueuse/router": "11.2.0",
"maplibre-gl": "4.7.1",
"maplibre-gl-indoor": "0.0.21",
"nightwind": "1.1.13",
Expand Down
44 changes: 36 additions & 8 deletions webclient/pnpm-lock.yaml

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

0 comments on commit 7a08651

Please sign in to comment.