@@ -76,7 +76,7 @@ assert_cmd = "2.0"
7676async-stream = " 0.3"
7777async-trait = " 0.1"
7878base64 = " 0.22"
79- bb8-postgres = { version = " 0.8 " , features = [
79+ bb8-postgres = { version = " 0.9 " , features = [
8080 " with-uuid-1" ,
8181 " with-chrono-0_4" ,
8282 " with-serde_json-1" ,
@@ -85,20 +85,20 @@ bytes = "1.5" # for postgres-types impls
8585chrono = { version = " 0.4" , features = [" serde" ] }
8686clap = { version = " 4.5" , features = [" derive" ] }
8787clap_derive = " 4.5"
88- config = " 0.14"
88+ config = " 0.14.1 "
8989convert_case = " 0.6.0"
9090criterion = " 0.5"
9191csv = " 1.3"
9292erased-serde = " 0.4"
9393fallible-iterator = " 0.2" # only for postgres-protocol
9494flexi_logger = { version = " 0.29" , features = [" trc" ] }
95- float-cmp = " 0.9.0 "
95+ float-cmp = " 0.10 "
9696futures = " 0.3"
9797futures-util = " 0.3"
9898gdal = " 0.17"
9999gdal-sys = " 0.10"
100100# when changing geo version also adapt the Cargo.toml in the expression "deps-workspace"!
101- geo = " 0.29.1 "
101+ geo = " 0.29.3 "
102102geo-rand = { git = " https://github.com/lelongg/geo-rand" , tag = " v0.3.0" }
103103geojson = { version = " 0.24" , features = [" geo-types" ] }
104104httptest = " 0.16.1"
@@ -109,19 +109,19 @@ log = "0.4"
109109lru = " 0.12"
110110lz4_flex = " 0.11"
111111mime = " 0.3"
112- ndarray = { version = " 0.16" , features = [" approx" ] } # has to match with `ort`
112+ ndarray = { version = " 0.16" , features = [" approx" ] } # has to match with `ort`
113113num = " 0.4"
114114num-traits = " 0.2"
115115oauth2 = " 4.4.2"
116116openidconnect = " 3.4"
117117# `opentelemetry` version has to be compatible with `tracing-opentelemetry` & `opentelemetry-*`
118- opentelemetry = { version = " 0.24" , default-features = false , features = [
118+ ordered-float = { version = " 4.6" , features = [" serde" ] }
119+ opentelemetry = { version = " 0.27" , default-features = false , features = [
119120 " trace" ,
120121] }
121- opentelemetry-otlp = " 0.17"
122- opentelemetry_sdk = " 0.24"
123- ordered-float = { version = " 4.2" , features = [" serde" ] }
124- ort = " 2.0.0-rc.2"
122+ opentelemetry_sdk = { version = " 0.27" , features = [" rt-tokio" ] }
123+ opentelemetry-otlp = " 0.27"
124+ ort = " 2.0.0-rc.9"
125125ouroboros = " 0.18"
126126paste = " 1.0"
127127pbkdf2 = " 0.12.2"
@@ -140,7 +140,7 @@ prettyplease = "0.2"
140140proc-macro2 = " 1.0"
141141proj = " 0.22" # needs to stay fixed to use fixed proj version
142142proj-sys = " 0.19" # needs to stay fixed to use fixed proj version
143- prost = " 0.12.3 "
143+ prost = " 0.12.6 "
144144pwhash = " 1.0"
145145quote = " 1.0"
146146rand = " 0.8"
@@ -150,15 +150,15 @@ reqwest = { version = "0.11", features = [
150150 " multipart" ,
151151 " stream" ,
152152] } # has to match with `oauth`
153- rustc-hash = { version = " 2.0 " , default-features = false }
153+ rustc-hash = { version = " 2.1 " , default-features = false }
154154serde = { version = " 1.0" , features = [" derive" , " rc" ] }
155155serde_json = " 1.0"
156156serde_urlencoded = " 0.7"
157157serde_with = " 3.6"
158158serial_test = " 3.0"
159159sha2 = " 0.10.8"
160160snafu = " 0.8"
161- stac = " 0.7 "
161+ stac = " 0.10 "
162162stream-cancel = " 0.8"
163163strum = { version = " 0.26" , features = [" derive" ] }
164164strum_macros = " 0.26"
@@ -180,7 +180,7 @@ tonic = { version = "0.11.0", features = [
180180] } # must be compatible with `aruna-rust-api`
181181tracing = " 0.1"
182182tracing-actix-web = " 0.7"
183- tracing-opentelemetry = " 0.25 "
183+ tracing-opentelemetry = " 0.28 " # As of 0.26, tracing-opentelemetry is one version ahead of the opentelemetry crates
184184tracing-subscriber = { version = " 0.3" , features = [
185185 " local-time" ,
186186 " ansi" ,
@@ -204,6 +204,6 @@ validator = { version = "0.19.0", features = ["derive"] }
204204vergen = " 9.0"
205205vergen-gitcl = " 1.0"
206206walkdir = " 2.4"
207- wkt = " 0.11 "
207+ wkt = " 0.12 "
208208xml-rs = " 0.8"
209- zip = " 2.2.0 "
209+ zip = " 2.2.2 "
0 commit comments