@@ -35,61 +35,61 @@ tls = ["dep:tokio-rustls"]
3535
3636[dependencies ]
3737#  Basic dependencies
38- thiserror  = " 2.0.12 " 
39- hyper  = { version  = " 1.6.0 " features  = [" full" 
40- hyper-util  = { version  = " 0.1.11 " features  = [" server-auto" " tokio" 
41- tokio  = { version  = " 1.44.2 " optional  = true  }
42- bytes  = " 1.10.1 " 
43- http-body-util  = " 0.1.3 " 
44- tracing  = " 0.1.41 " 
45- tracing-subscriber  = { version  = " 0.3.19 " features  = [" chrono" 
46- async-trait  = " 0.1.88 " 
47- serde  = { version  = " 1.0.219 " features  = [" derive" 
48- serde_json  = " 1.0.140 " 
49- uuid  = " 1.16.0 " 
50- url  = " 2.5.4 " 
51- serde_html_form  = " 0.2.7 " 
52- mime  = " 0.3.17 " 
53- futures-util  = " 0.3.31 " 
54- chrono  = { version  = " 0.4.40 " default-features  = false , features  = [" clock" 
55- tokio-tungstenite  = { version  = " 0.26.2 " optional  = true  }
56- headers  = " 0.4.0 " 
57- tokio-stream  = { version  = " 0.1.17 " features  = [" net" optional  = true  }
58- pin-project  = { version  = " 1.1 " optional  = true  }
59- pin-project-lite  = { version  = " 0.2.16 " optional  = true  }
60- http  = " 1.3.1 " 
61- http-body  = " 1.0.1 " 
62- tokio-util  = " 0.7.14 " 
63- anyhow  = " 1.0.98 " 
64- urlencoding  = { version  = " 2.1.3 " optional  = true  }
38+ thiserror  = " 2" 
39+ hyper  = { version  = " 1" features  = [" full" 
40+ hyper-util  = { version  = " 0.1" features  = [" server-auto" " tokio" 
41+ tokio  = { version  = " 1" optional  = true  }
42+ bytes  = " 1" 
43+ http-body-util  = " 0.1" 
44+ tracing  = " 0.1" 
45+ tracing-subscriber  = { version  = " 0.3" features  = [" chrono" 
46+ async-trait  = " 0.1" 
47+ serde  = { version  = " 1" features  = [" derive" 
48+ serde_json  = " 1" 
49+ uuid  = " 1.17 " 
50+ url  = " 2" 
51+ serde_html_form  = " 0.2" 
52+ mime  = " 0.3" 
53+ futures-util  = " 0.3" 
54+ chrono  = { version  = " 0.4" default-features  = false , features  = [" clock" 
55+ tokio-tungstenite  = { version  = " 0.26" optional  = true  }
56+ headers  = " 0.4" 
57+ tokio-stream  = { version  = " 0.1" features  = [" net" optional  = true  }
58+ pin-project  = { version  = " 1" optional  = true  }
59+ pin-project-lite  = { version  = " 0.2" optional  = true  }
60+ http  = " 1" 
61+ http-body  = " 1" 
62+ tokio-util  = " 0.7" 
63+ anyhow  = " 1" 
64+ urlencoding  = { version  = " 2" optional  = true  }
6565
6666#  Scheduler
67- cron  = { version  = " 0.15.0 " optional  = true  }
67+ cron  = { version  = " 0.15" optional  = true  }
6868
6969#  Multipart
70- multer  = { version  = " 3.1.0 " optional  = true  }
71- multimap  = { version  = " 0.10.0 " features  = [" serde" optional  = true  }
72- tempfile  = { version  = " 3.19.1 " optional  = true  }
73- textnonce  = { version  = " 1.0.0 " optional  = true  }
70+ multer  = { version  = " 3" optional  = true  }
71+ multimap  = { version  = " 0.10" features  = [" serde" optional  = true  }
72+ tempfile  = { version  = " 3" optional  = true  }
73+ textnonce  = { version  = " 1" optional  = true  }
7474
7575
7676#  Template
77- tera  = { version  = " 1.20.0 " optional  = true  }
77+ tera  = { version  = " 1" optional  = true  }
7878
7979#  Session
80- async-session  = { version  = " 3.0.0 " optional  = true  }
81- cookie  = { version  = " 0.18.1 " features  = [" secure" " percent-encode" optional  = true  }
80+ async-session  = { version  = " 3" optional  = true  }
81+ cookie  = { version  = " 0.18" features  = [" secure" " percent-encode" optional  = true  }
8282
8383#  Grpc
84- tonic  = { version  = " 0.13.0 " optional  = true  }
84+ tonic  = { version  = " 0.13" optional  = true  }
8585
8686#  Security
87- argon2  = { version  = " 0.5.3 " optional  = true  }
87+ argon2  = { version  = " 0.5" optional  = true  }
8888pbkdf2  = { version  = " 0.12" features  = [" simple" optional  = true  }
89- aes-gcm  = { version  = " 0.10.3 " optional  = true  }
89+ aes-gcm  = { version  = " 0.10" optional  = true  }
9090aes  = { version  = " 0.8" optional  = true  }
91- rsa  = { version  = " 0.9.8 " optional  = true  }
92- mime_guess  = " 2.0.5 " 
91+ rsa  = { version  = " 0.9" optional  = true  }
92+ mime_guess  = " 2" 
9393
9494#  tls
9595tokio-rustls  = { version  = " 0.26" optional  = true , default-features  = false , features  = [" logging" " tls12" 
0 commit comments