@@ -39,7 +39,7 @@ simd-json = [
39
39
]
40
40
41
41
[dependencies ]
42
- axum = { version = " 0.8.3 " , default-features = false , features = [
42
+ axum = { version = " 0.8.4 " , default-features = false , features = [
43
43
" json" ,
44
44
" query" ,
45
45
" http1" ,
@@ -56,32 +56,32 @@ mongodb = { version = "3.2.3", features = [
56
56
" zlib-compression" ,
57
57
] }
58
58
num_cpus = " 1.16.0"
59
- rand = { version = " 0.9.0 " , features = [" small_rng" ] }
59
+ rand = { version = " 0.9.1 " , features = [" small_rng" ] }
60
60
serde = { version = " 1.0.219" , features = [" derive" ] }
61
61
serde_json = " 1.0.140"
62
- sqlx = { version = " 0.8.3 " , features = [
62
+ sqlx = { version = " 0.8.5 " , features = [
63
63
" postgres" ,
64
64
" macros" ,
65
65
" runtime-tokio" ,
66
66
" tls-rustls" ,
67
67
] }
68
- tokio = { version = " 1.44.2 " , features = [" full" ] }
68
+ tokio = { version = " 1.45.0 " , features = [" full" ] }
69
69
tokio-pg-mapper = { version = " 0.2.0" }
70
70
tokio-pg-mapper-derive = { version = " 0.2.0" }
71
71
tokio-postgres = { version = " 0.7.13" }
72
72
tower = { version = " 0.5.2" , features = [" util" ] }
73
- tower-http = { version = " 0.6.2 " , features = [" set-header" ] }
73
+ tower-http = { version = " 0.6.4 " , features = [" set-header" ] }
74
74
yarte = " 0.15.7"
75
- simd-json = { version = " 0.15.0 " , optional = true }
75
+ simd-json = { version = " 0.15.1 " , optional = true }
76
76
axum-core = { version = " 0.5.2" , optional = true }
77
77
mime = { version = " 0.3.17" , optional = true }
78
78
bytes = { version = " 1.10.1" , optional = true }
79
79
serde_path_to_error = { version = " 0.1.17" , optional = true }
80
80
socket2 = " 0.5.9"
81
81
hyper = { version = " 1.6" , features = [" server" , " http1" ] }
82
82
hyper-util = { version = " 0.1" , features = [" tokio" , " server-auto" , " http1" ] }
83
- quick_cache = " 0.6.12 "
84
- mimalloc = " 0.1.45 "
83
+ quick_cache = " 0.6.14 "
84
+ mimalloc = " 0.1.46 "
85
85
86
86
87
87
[profile .release ]
0 commit comments