@@ -78,7 +78,7 @@ resolver = "2"
78
78
askama = { version = " 0.12.1" , default-features = false , features = [
79
79
" with-axum" ,
80
80
] }
81
- clap = { version = " 4.5.6 " , features = [" derive" , " wrap_help" ] }
81
+ clap = { version = " 4.5.7 " , features = [" derive" , " wrap_help" ] }
82
82
diesel = { version = " 2.2.0" , default-features = false , features = [
83
83
" 32-column-tables" ,
84
84
" with-deprecated" ,
@@ -106,7 +106,7 @@ garde = { version = "0.19.0", features = [
106
106
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
- sonic-rs = " 0.3.6 "
109
+ sonic-rs = " 0.3.7 "
110
110
triomphe = { version = " 0.1.12" , default-features = false , features = [
111
111
" unsize" ,
112
112
] }
@@ -212,8 +212,8 @@ diesel-async = { git = "https://github.com/weiznich/diesel_async.git", rev = "3b
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
- # SIMD runtime detection
216
- sonic-rs = { git = " https://github.com/aumetra/sonic-rs.git" , rev = " a5ac253f8389a34257dae2da79db3f535311ed65 " }
215
+ # SIMD runtime detection and generic I/O wrapper
216
+ sonic-rs = { git = " https://github.com/aumetra/sonic-rs.git" , rev = " 317ff37a8ab88e653ee01bbc00a974d41f3b151a " }
217
217
218
218
# TCP nodelay for `axum::serve`
219
219
axum = { git = " https://github.com/tokio-rs/axum.git" , rev = " 8d0c5c05eb75eb779591c8000705e785123868a0" }
0 commit comments