@@ -84,14 +84,14 @@ aliri_braid = "0.4.0"
84
84
arc-swap = " 1.7.1"
85
85
argh = " 0.1.12"
86
86
argon2 = { version = " 0.5.3" , features = [" std" ] }
87
- async-graphql = { version = " 7.0.11 " , default-features = false , features = [
87
+ async-graphql = { version = " 7.0.13 " , default-features = false , features = [
88
88
" graphiql" ,
89
89
" tempfile" ,
90
90
" time" ,
91
91
" tracing" ,
92
92
" uuid" ,
93
93
] }
94
- async-graphql-axum = " 7.0.11 "
94
+ async-graphql-axum = " 7.0.13 "
95
95
async-trait = " 0.1.83"
96
96
asynk-strim = " 0.1.2"
97
97
axum = { version = " 0.7.9" , features = [" macros" , " multipart" ] }
@@ -107,16 +107,16 @@ base64-simd = "0.8.0"
107
107
blake3 = " 1.5.5"
108
108
bubble-bath = " 0.2.1"
109
109
bytes = " 1.9.0"
110
- chrono = { version = " 0.4.38 " , default-features = false }
111
- clap = { version = " 4.5.21 " , features = [" derive" , " wrap_help" ] }
110
+ chrono = { version = " 0.4.39 " , default-features = false }
111
+ clap = { version = " 4.5.23 " , features = [" derive" , " wrap_help" ] }
112
112
color-eyre = " 0.6.3"
113
113
colored_json = " 5.0.0"
114
- const_format = " 0.2.33 "
114
+ const_format = " 0.2.34 "
115
115
const-oid = { version = " 0.9.6" , features = [" db" ] }
116
116
cookie = { version = " 0.18.1" , features = [" percent-encode" ] }
117
117
derive_builder = " 0.20.2"
118
118
derive_more = { version = " 1.0.0" , features = [" from" ] }
119
- diesel = { version = " 2.2.5 " , default-features = false , features = [
119
+ diesel = { version = " 2.2.6 " , default-features = false , features = [
120
120
" 32-column-tables" ,
121
121
" postgres_backend" ,
122
122
" uuid" ,
@@ -130,13 +130,13 @@ diesel-async = { version = "0.5.2", features = [
130
130
] }
131
131
diesel_full_text_search = { version = " 2.2.0" , default-features = false }
132
132
diesel_migrations = " 2.2.0"
133
- divan = " 0.1.16 "
133
+ divan = " 0.1.17 "
134
134
dotenvy = " 0.15.7"
135
135
either = { version = " 1.13.0" , default-features = false }
136
136
enum_dispatch = " 0.3.13"
137
137
envy = " 0.4.2"
138
138
eyre = " 0.6.12"
139
- fred = { version = " 10.0.0 " , features = [
139
+ fred = { version = " 10.0.1 " , features = [
140
140
" enable-rustls-ring" ,
141
141
" full-tracing" ,
142
142
" i-scripts" ,
@@ -164,7 +164,7 @@ hickory-resolver = { version = "0.25.0-alpha.4", default-features = false, featu
164
164
" native-certs" ,
165
165
" tokio-runtime" ,
166
166
] }
167
- http = " 1.1 .0"
167
+ http = " 1.2 .0"
168
168
http-body = " 1.0.1"
169
169
http-body-util = " 0.1.2"
170
170
httpdate = " 1.0.3"
@@ -190,7 +190,7 @@ insta = { version = "1.41.1", default-features = false, features = [
190
190
" glob" ,
191
191
" json" ,
192
192
] }
193
- iso8601-timestamp = { version = " 0.3.1 " , features = [" diesel-pg" ] }
193
+ iso8601-timestamp = { version = " 0.3.2 " , features = [" diesel-pg" ] }
194
194
isolang = { version = " 2.4.0" , features = [
195
195
" english_names" ,
196
196
" list_languages" ,
@@ -199,7 +199,7 @@ isolang = { version = "2.4.0", features = [
199
199
itertools = { version = " 0.13.0" , default-features = false }
200
200
lantern-client-sdk = { package = " client-sdk" , git = " https://github.com/Lantern-chat/client-sdk-rs.git" , rev = " efb4288d9b107b48609802193d57b29f7ae395a1" , default-features = false }
201
201
leb128 = " 0.2.5"
202
- lettre = { version = " 0.11.10 " , default-features = false , features = [
202
+ lettre = { version = " 0.11.11 " , default-features = false , features = [
203
203
" builder" ,
204
204
" hostname" ,
205
205
" pool" ,
@@ -208,9 +208,9 @@ lettre = { version = "0.11.10", default-features = false, features = [
208
208
" tokio1-rustls-tls" ,
209
209
" tracing" ,
210
210
] }
211
- lexical-parse-integer = { version = " 1.0.2 " , default-features = false }
212
- logos = " 0.14.3 "
213
- lol_html = " 2.0 .0"
211
+ lexical-parse-integer = { version = " 1.0.5 " , default-features = false }
212
+ logos = " 0.15.0 "
213
+ lol_html = " 2.1 .0"
214
214
meilisearch-sdk = { version = " 0.27.1" , default-features = false }
215
215
memchr = " 2.7.4"
216
216
miette = { version = " 7.4.0" , features = [" fancy" ] }
@@ -223,9 +223,6 @@ mrml = { version = "4.0.1", default-features = false, features = [
223
223
" parse" ,
224
224
" render" ,
225
225
] }
226
- nanorand = { version = " 0.7.0" , default-features = false , features = [
227
- " wyrand" ,
228
- ] }
229
226
notify-debouncer-full = " 0.4.0"
230
227
num-derive = " 0.4.2"
231
228
num-traits = " 0.2.19"
@@ -272,15 +269,15 @@ quote = "1.0.37"
272
269
rand = " 0.8.5"
273
270
rand_xorshift = " 0.3.0"
274
271
rayon = " 1.10.0"
275
- redb = { version = " 2.2 .0" , features = [" logging" ] }
272
+ redb = { version = " 2.3 .0" , features = [" logging" ] }
276
273
regex = " 1.11.1"
277
274
retry-policies = " 0.4.0"
278
275
ring = { version = " 0.17.8" , features = [" std" ] }
279
276
rsa = " 0.9.7"
280
277
rstest = { version = " 0.23.0" , default-features = false }
281
278
rust-embed = { version = " 8.5.0" , features = [" include-exclude" ] }
282
279
rustc-hash = " 2.1.0"
283
- rustls = { version = " 0.23.19 " , default-features = false , features = [
280
+ rustls = { version = " 0.23.20 " , default-features = false , features = [
284
281
" logging" ,
285
282
" ring" ,
286
283
" std" ,
@@ -292,10 +289,10 @@ sailfish = { version = "0.9.0", default-features = false, features = [
292
289
" derive" ,
293
290
" perf-inline" ,
294
291
] }
295
- schemars = { version = " 1.0.0-alpha.16 " , features = [" semver1" ] }
292
+ schemars = { version = " 1.0.0-alpha.17 " , features = [" semver1" ] }
296
293
scoped-futures = { version = " 0.1.4" , default-features = false }
297
294
semver = { version = " 1.0.23" , features = [" serde" ] }
298
- serde = { version = " 1.0.215 " , features = [" derive" ] }
295
+ serde = { version = " 1.0.216 " , features = [" derive" ] }
299
296
serde_json = " 1.0.133"
300
297
serde_test = " 1.0.177"
301
298
serde_urlencoded = " 0.7.1"
@@ -313,14 +310,14 @@ subtle = "2.6.1"
313
310
syn = { version = " 2.0.90" , features = [" full" ] }
314
311
sync_wrapper = " 1.0.2"
315
312
tempfile = " 3.14.0"
316
- thiserror = " 2.0.3 "
317
- time = " 0.3.36 "
318
- tokio = { version = " 1.41.1 " , features = [" full" ] }
313
+ thiserror = " 2.0.6 "
314
+ time = " 0.3.37 "
315
+ tokio = { version = " 1.42.0 " , features = [" full" ] }
319
316
tokio-postgres = " 0.7.12"
320
317
tokio-postgres-rustls = " 0.13.0"
321
- tokio-util = { version = " 0.7.12 " , features = [" io" , " rt" ] }
318
+ tokio-util = { version = " 0.7.13 " , features = [" io" , " rt" ] }
322
319
toml = { version = " 0.8.19" , default-features = false , features = [" parse" ] }
323
- tower = { version = " 0.5.1 " , default-features = false , features = [" util" ] }
320
+ tower = { version = " 0.5.2 " , default-features = false , features = [" util" ] }
324
321
tower-http = { version = " 0.6.2" , features = [
325
322
" catch-panic" ,
326
323
" cors" ,
@@ -349,14 +346,14 @@ triomphe = { version = "0.1.14", default-features = false, features = [
349
346
typed-builder = " 0.20.0"
350
347
typetag = " 0.2.18"
351
348
unsize = " 1.1.0"
352
- ureq = " 2.11.0 "
349
+ ureq = " 2.12.1 "
353
350
url = " 2.5.4"
354
351
urlencoding = " 2.1.3"
355
352
uuid = { version = " 1.11.0" , features = [" fast-rng" , " v7" ] }
356
353
uuid-simd = { version = " 0.8.0" , features = [" uuid" ] }
357
354
walkdir = " 2.5.0"
358
- wasm-encoder = " 0.221.0 "
359
- wasmparser = " 0.221.0 "
355
+ wasm-encoder = " 0.221.2 "
356
+ wasmparser = " 0.221.2 "
360
357
wasmtime = { version = " 27.0.0" , default-features = false , features = [
361
358
" addr2line" ,
362
359
" async" ,
@@ -367,7 +364,7 @@ wasmtime = { version = "27.0.0", default-features = false, features = [
367
364
" runtime" ,
368
365
] }
369
366
wasmtime-wasi = { version = " 27.0.0" , default-features = false }
370
- wat = " 1.221.0 "
367
+ wat = " 1.221.2 "
371
368
whatlang = " 0.16.4"
372
369
whichlang = " 0.1.0"
373
370
wit-bindgen = " 0.36.0"
0 commit comments