Skip to content

Commit 0f970bb

Browse files
build(services): update aruna (#1069)
Update to 2.0.2
1 parent 1161217 commit 0f970bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ arrow = { version = "55.2", features = ["ipc_compression"] }
7777
arrow-array = "55.2"
7878
arrow-ord = "55.2"
7979
arrow-schema = { version = "55.2", features = ["serde"] }
80-
aruna-rust-api = "2.0.0-beta.12"
80+
aruna-rust-api = "2.0.2"
8181
assert_cmd = "2.0"
8282
async-stream = "0.3"
8383
async-trait = "0.1"
@@ -105,7 +105,7 @@ gdal = "0.18"
105105
gdal-sys = "0.11"
106106
# when changing geo version also adapt the Cargo.toml in the expression "deps-workspace"!
107107
geo = "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
109109
geo-types = "0.7.16" # important for compatibility when linking expressions
110110
geojson = { version = "0.24", features = ["geo-types"] }
111111
httptest = "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"] }
189189
tracing-actix-web = "0.7"
190190
tracing-opentelemetry = "0.31" # As of 0.26, tracing-opentelemetry is one version ahead of the opentelemetry crates
191191
tracing-subscriber = { version = "0.3", features = [

0 commit comments

Comments
 (0)