We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53d48ae commit f02dc60Copy full SHA for f02dc60
.github/dependabot.yml
@@ -10,6 +10,11 @@ updates:
10
schedule:
11
interval: "weekly"
12
labels: []
13
+ groups:
14
+ geoarrow:
15
+ patterns:
16
+ - "geoarrow-*"
17
+ - "geoparquet"
18
- package-ecosystem: "pip"
19
directory: "/"
20
Cargo.toml
@@ -58,9 +58,9 @@ futures-util = "0.3.31"
58
geo = "0.31.0"
59
geo-traits = "0.3.0"
60
geo-types = "0.7.16"
61
-geoarrow-array = "0.5.0"
62
-geoparquet = "0.5.0"
63
-geoarrow-schema = "0.5.0"
+geoarrow-array = "0.6.0"
+geoparquet = "0.6.0"
+geoarrow-schema = "0.6.0"
64
geojson = "0.24.1"
65
getrandom = { version = "0.3.3", features = ["wasm_js"] }
66
http = "1.1"
0 commit comments