@@ -50,42 +50,43 @@ deadpool-postgres = { version = "0.14.1", features = ["rt_tokio_1", "serde"] }
50
50
dotenv = " 0.15.0"
51
51
futures = " 0.3.31"
52
52
futures-util = " 0.3.31"
53
- mongodb = { version = " 3.2.3 " , features = [
53
+ mongodb = { version = " 3.2.4 " , features = [
54
54
" zstd-compression" ,
55
55
" snappy-compression" ,
56
56
" zlib-compression" ,
57
57
] }
58
- num_cpus = " 1.16.0"
59
- rand = { version = " 0.9.1" , features = [" small_rng" ] }
58
+
59
+ num_cpus = " 1.17.0"
60
+ rand = { version = " 0.9.2" , features = [" small_rng" ] }
60
61
serde = { version = " 1.0.219" , features = [" derive" ] }
61
- serde_json = " 1.0.140 "
62
- sqlx = { version = " 0.8.5 " , features = [
62
+ serde_json = " 1.0.141 "
63
+ sqlx = { version = " 0.8.6 " , features = [
63
64
" postgres" ,
64
65
" macros" ,
65
66
" runtime-tokio" ,
66
67
" tls-rustls" ,
67
68
] }
68
- tokio = { version = " 1.45.0 " , features = [" full" ] }
69
+ tokio = { version = " 1.46.1 " , features = [" full" ] }
69
70
tokio-pg-mapper = { version = " 0.2.0" }
70
71
tokio-pg-mapper-derive = { version = " 0.2.0" }
71
72
tokio-postgres = { version = " 0.7.13" }
72
73
tower = { version = " 0.5.2" , features = [" util" ] }
73
- tower-http = { version = " 0.6.4 " , features = [" set-header" ] }
74
+ tower-http = { version = " 0.6.6 " , features = [" set-header" ] }
74
75
yarte = " 0.15.7"
75
76
simd-json = { version = " 0.15.1" , optional = true }
76
77
axum-core = { version = " 0.5.2" , optional = true }
77
78
mime = { version = " 0.3.17" , optional = true }
78
79
bytes = { version = " 1.10.1" , optional = true }
79
80
serde_path_to_error = { version = " 0.1.17" , optional = true }
80
- socket2 = " 0.5.9 "
81
+ socket2 = " 0.5.10 "
81
82
hyper = { version = " 1.6" , features = [" server" , " http1" ] }
82
83
hyper-util = { version = " 0.1" , features = [" tokio" , " server-auto" , " http1" ] }
83
84
quick_cache = " 0.6.14"
84
- mimalloc = " 0.1.46 "
85
+ mimalloc = " 0.1.47 "
85
86
86
87
87
88
[profile .release ]
88
89
lto = " fat"
89
90
codegen-units = 1
90
- strip = true
91
+ # strip = true
91
92
opt-level = 3
0 commit comments