@@ -34,7 +34,7 @@ pg = ["dep:xitca-postgres"]
3434# diesel orm optional
3535pg-orm = [" diesel/r2d2" ]
3636# diesel async orm optional
37- pg-orm-async = [" dep:diesel" , " dep:diesel-async" , " dep:xitca-postgres-diesel" , " futures-util" ]
37+ pg-orm-async = [" dep:diesel" , " dep:diesel-async" , " dep:xitca-postgres-diesel" , " dep: futures-util" ]
3838# http router optional
3939router = [" xitca-http/router" ]
4040# web optional
@@ -64,7 +64,7 @@ serde_json = { version = "1" }
6464xitca-web = { version = " 0.7" , features = [" json" ], optional = true }
6565
6666# raw-pg optional
67- xitca-postgres = { version = " 0.2 " , optional = true }
67+ xitca-postgres = { version = " 0.3 " , optional = true }
6868
6969# orm optional
7070diesel = { version = " 2" , features = [" postgres" ], optional = true }
@@ -101,8 +101,9 @@ xitca-postgres-diesel = { git = "https://github.com/fakeshadow/xitca-postgres-di
101101diesel-async = { git = " https://github.com/weiznich/diesel_async" , rev = " 5b8262b" }
102102mio = { git = " https://github.com/fakeshadow/mio" , rev = " 9bae6012b7ecfc6083350785f71a5e8265358178" }
103103
104- xitca-codegen = { git = " http://github.com/HFQR/xitca-web" , rev = " d3066ba" }
105- xitca-http = { git = " http://github.com/HFQR/xitca-web" , rev = " d3066ba" }
106- xitca-server = { git = " http://github.com/HFQR/xitca-web" , rev = " d3066ba" }
107- xitca-service = { git = " http://github.com/HFQR/xitca-web" , rev = " d3066ba" }
108- xitca-web = { git = " http://github.com/HFQR/xitca-web" , rev = " d3066ba" }
104+ xitca-codegen = { git = " http://github.com/HFQR/xitca-web" , rev = " e4c2a85" }
105+ xitca-http = { git = " http://github.com/HFQR/xitca-web" , rev = " e4c2a85" }
106+ xitca-postgres = { git = " http://github.com/HFQR/xitca-web" , rev = " e4c2a85" }
107+ xitca-server = { git = " http://github.com/HFQR/xitca-web" , rev = " e4c2a85" }
108+ xitca-service = { git = " http://github.com/HFQR/xitca-web" , rev = " e4c2a85" }
109+ xitca-web = { git = " http://github.com/HFQR/xitca-web" , rev = " e4c2a85" }
0 commit comments