You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Cargo.toml
+25-25Lines changed: 25 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -71,16 +71,16 @@ actix-files = "0.6"
71
71
actix-http = { version = "3.11", features = ["ws"] }
72
72
actix-multipart = "0.7"
73
73
actix-rt = "2.9"
74
-
actix-web = "4.11"
74
+
actix-web = "4.12"
75
75
actix-web-httpauth = "0.8"
76
76
actix-ws = "0.3"
77
77
aes-gcm = "0.10.3"
78
78
anyhow = "1.0"
79
79
approx = "0.5"
80
-
arrow = { version = "57.0", features = ["ipc_compression"] }
81
-
arrow-array = "57.0"
82
-
arrow-ord = "57.0"
83
-
arrow-schema = { version = "57.0", features = ["serde"] }
80
+
arrow = { version = "57.1", features = ["ipc_compression"] }
81
+
arrow-array = "57.1"
82
+
arrow-ord = "57.1"
83
+
arrow-schema = { version = "57.1", features = ["serde"] }
84
84
aruna-rust-api = "2.0.2"
85
85
assert_cmd = "2.0"
86
86
async-stream = "0.3"
@@ -96,31 +96,31 @@ chrono = { version = "0.4", features = ["serde"] }
96
96
clap = { version = "4.5", features = ["derive"] }
97
97
clap_derive = "4.5"
98
98
config = "0.15"
99
-
convert_case = "0.8"
100
-
criterion = "0.7"
99
+
convert_case = "0.10"
100
+
criterion = "0.8"
101
101
csv = "1.4"
102
102
erased-serde = "0.4"
103
103
fallible-iterator = "0.2"# only for postgres-protocol
104
104
flexi_logger = { version = "0.31", features = ["trc"] }
105
105
float-cmp = "0.10"
106
106
futures = "0.3"
107
107
futures-util = "0.3"
108
-
gdal = "0.18"
109
-
gdal-sys = "0.11"
108
+
gdal = "0.19"
109
+
gdal-sys = "0.12"
110
110
# when changing geo version also adapt the Cargo.toml in the expression "deps-workspace"!
111
-
geo = "0.31.0"
112
-
geo-rand = { git = "https://github.com/lelongg/geo-rand.git", branch = "dependabot/cargo/geo-0.31.0" } # TODO: revert back to "0.5" when it is released
113
-
geo-types = "0.7.17"# important for compatibility when linking expressions
111
+
geo = "0.32.0"
112
+
geo-rand = { git = "https://github.com/lelongg/geo-rand.git", branch = "dependabot/cargo/geo-0.32.0" } # TODO: revert back to "0.5" when it is released
113
+
geo-types = "0.7.18"# important for compatibility when linking expressions
114
114
geojson = { version = "0.24", features = ["geo-types"] }
115
115
httptest = "0.16"
116
116
image = "0.25"
117
117
indoc = "2.0"
118
118
itertools = "0.14"
119
-
libloading = "0.8"
119
+
libloading = "0.9"
120
120
lru = "0.16"
121
-
lz4_flex = "0.11"
121
+
lz4_flex = "0.12"
122
122
mime = "0.3"
123
-
ndarray = { version = "0.16", features = ["approx"] } # has to match with `ort`
123
+
ndarray = { version = "0.17", features = ["approx"] } # has to match with `ort`
124
124
num = "0.4"
125
125
num-traits = "0.2"
126
126
oauth2 = "5.0"
@@ -132,7 +132,7 @@ opentelemetry = { version = "0.31", default-features = false, features = [
132
132
] }
133
133
opentelemetry_sdk = { version = "0.31", features = ["rt-tokio"] }
134
134
opentelemetry-otlp = { version = "0.31", features = ["grpc-tonic"] }
135
-
ort = { version = "2.0.0-rc.10", features = ["ndarray"] }
135
+
ort = { version = "2.0.0-rc.11", features = ["ndarray"] }
136
136
ouroboros = "0.18"
137
137
paste = "1.0"
138
138
pbkdf2 = "0.12.2"
@@ -156,7 +156,7 @@ pwhash = "1.0"
156
156
quote = "1.0"
157
157
rand = "0.9"
158
158
rayon = "1.8"
159
-
reqwest = { version = "0.12", features = [
159
+
reqwest = { version = "0.12", features = [# must be compatible with `oauth2`
0 commit comments