File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ arrow = { version = "55.2", features = ["ipc_compression"] }
7777arrow-array = " 55.2"
7878arrow-ord = " 55.2"
7979arrow-schema = { version = " 55.2" , features = [" serde" ] }
80- aruna-rust-api = " 2.0.0-beta.12 "
80+ aruna-rust-api = " 2.0.2 "
8181assert_cmd = " 2.0"
8282async-stream = " 0.3"
8383async-trait = " 0.1"
@@ -105,7 +105,7 @@ gdal = "0.18"
105105gdal-sys = " 0.11"
106106# when changing geo version also adapt the Cargo.toml in the expression "deps-workspace"!
107107geo = " 0.30.0"
108- geo-rand = { git = " https://github.com/lelongg/geo-rand.git" , branch = " dependabot/cargo/geo-0.30.0" } # TODO: revert back to "0.5" when it is released
108+ geo-rand = { git = " https://github.com/lelongg/geo-rand.git" , branch = " dependabot/cargo/geo-0.30.0" } # TODO: revert back to "0.5" when it is released
109109geo-types = " 0.7.16" # important for compatibility when linking expressions
110110geojson = { version = " 0.24" , features = [" geo-types" ] }
111111httptest = " 0.16"
@@ -185,7 +185,7 @@ tonic = { version = "0.11", features = [
185185 " tls" ,
186186 " tls-roots" ,
187187] } # must be compatible with `aruna-rust-api`
188- tracing = {version = " 0.1" , features = [" release_max_level_debug" ]}
188+ tracing = { version = " 0.1" , features = [" release_max_level_debug" ] }
189189tracing-actix-web = " 0.7"
190190tracing-opentelemetry = " 0.31" # As of 0.26, tracing-opentelemetry is one version ahead of the opentelemetry crates
191191tracing-subscriber = { version = " 0.3" , features = [
You can’t perform that action at this time.
0 commit comments