@@ -79,7 +79,7 @@ askama = { version = "0.12.1", default-features = false, features = [
79
79
" with-axum" ,
80
80
] }
81
81
clap = { version = " 4.5.4" , features = [" derive" , " wrap_help" ] }
82
- diesel = { version = " 2.1.6 " , default-features = false , features = [
82
+ diesel = { version = " 2.2.0 " , default-features = false , features = [
83
83
" 32-column-tables" ,
84
84
" with-deprecated" ,
85
85
] }
@@ -89,7 +89,7 @@ diesel-async = { version = "0.4.1", features = [
89
89
" postgres" ,
90
90
" tokio" ,
91
91
] }
92
- diesel_full_text_search = { version = " 2.1.1 " , default-features = false }
92
+ diesel_full_text_search = { version = " 2.2.0 " , default-features = false }
93
93
fred = { version = " 9.0.3" , features = [
94
94
" enable-rustls-ring" ,
95
95
" full-tracing" ,
@@ -107,7 +107,7 @@ itertools = { version = "0.13.0", default-features = false }
107
107
moka = { version = " 0.12.7" , features = [" sync" ] }
108
108
simdutf8 = { version = " 0.1.4" , features = [" aarch64_neon" ] }
109
109
sonic-rs = " 0.3.6"
110
- triomphe = { version = " 0.1.11 " , default-features = false , features = [
110
+ triomphe = { version = " 0.1.12 " , default-features = false , features = [
111
111
" unsize" ,
112
112
] }
113
113
@@ -208,12 +208,12 @@ pr-run-mode = "plan"
208
208
install-updater = true
209
209
210
210
[patch .crates-io ]
211
- diesel-async = { git = " https://github.com/weiznich/diesel_async.git" , rev = " d02798c67065d763154d7272dd0c09b39757d0f2 " }
211
+ diesel-async = { git = " https://github.com/weiznich/diesel_async.git" , rev = " 3bc6789daf73563d59ed4f174241a23e9cb86686 " }
212
212
scraper = { git = " https://github.com/causal-agent/scraper.git" , rev = " d67111f5cc0b7da6e6ff10e4549d87cf09ba3e5b" }
213
213
tokio-postgres-rustls = { git = " https://github.com/jbg/tokio-postgres-rustls.git" , rev = " b16c1bc0f5d4f91324174fd1bd839d743a70f86a" }
214
214
215
215
# SIMD runtime detection
216
- sonic-rs = { git = " https://github.com/aumetra/sonic-rs.git" , rev = " d1f172d75e7c9386fde169673d2666e0cfd5d32c " }
216
+ sonic-rs = { git = " https://github.com/aumetra/sonic-rs.git" , rev = " a5ac253f8389a34257dae2da79db3f535311ed65 " }
217
217
218
218
# TCP nodelay for `axum::serve`
219
219
axum = { git = " https://github.com/tokio-rs/axum.git" , rev = " 8d0c5c05eb75eb779591c8000705e785123868a0" }
@@ -225,4 +225,4 @@ opentelemetry-http = { git = "https://github.com/open-telemetry/opentelemetry-ru
225
225
opentelemetry-otlp = { git = " https://github.com/open-telemetry/opentelemetry-rust.git" , rev = " 40fb924215c84d6e3818351b2c0e3d2ba01a7db9" }
226
226
opentelemetry_sdk = { git = " https://github.com/open-telemetry/opentelemetry-rust.git" , rev = " 40fb924215c84d6e3818351b2c0e3d2ba01a7db9" }
227
227
tonic = { git = " https://github.com/hyperium/tonic.git" , rev = " a90adf27ef389a9c9d891c3f5696e6245589c479" }
228
- tracing-opentelemetry = { git = " https://github.com/aumetra/tracing-opentelemetry.git" , rev = " e6e16057f6e3b2a11f6f8e7c86a1c17e4f7a07f1 " }
228
+ tracing-opentelemetry = { git = " https://github.com/aumetra/tracing-opentelemetry.git" , rev = " b7fe8d5d056e43f913a85eac1e6a661226b49c43 " }
0 commit comments