@@ -35,14 +35,14 @@ mime = "0.3"
3535rand = { version = " 0.9" , features = [" small_rng" ] }
3636thiserror = " 2.0"
3737futures-util = " 0.3"
38- socket2 = " 0.5.8 "
38+ socket2 = { version = " 0.6.0 " , features = [ " all " ] }
3939num_cpus = " 1.16.0"
4040
4141[target .'cfg(not(unix))' .dependencies ]
42- nanorand = { version = " 0.7 " }
42+ nanorand = { version = " 0.8 " }
4343
4444[target .'cfg(unix)' .dependencies ]
45- nanorand = { version = " 0.7 " , features = [" getrandom" ] }
45+ nanorand = { version = " 0.8 " , features = [" getrandom" ] }
4646
4747tokio = { version = " 1" , features = [" full" ] }
4848tokio-postgres = { version = " 0.7" , optional = true }
@@ -55,15 +55,15 @@ sqlx = { version = "0.8", features = [
5555diesel = { version = " 2.2" , default-features = false , features = [
5656 " i-implement-a-third-party-backend-and-opt-into-breaking-changes" ,
5757], optional = true }
58- diesel-async = { version = " 0.5 " , default-features = false , features = [
58+ diesel-async = { version = " 0.6 " , default-features = false , features = [
5959 " postgres" ,
6060 " bb8" ,
6161], optional = true }
6262
6363yarte = { version = " 0.15" , features = [" bytes-buf" , " json" ], optional = true }
6464markup = { version = " 0.15" , optional = true }
6565v_htmlescape = { version = " 0.15" , optional = true }
66- sailfish = { version = " 0.9 " , optional = true }
66+ sailfish = { version = " 0.10 " , optional = true }
6767
6868[profile .release ]
6969lto = true
0 commit comments