@@ -17,21 +17,21 @@ xitca-http-codegen = "0.1"
17
17
xitca-server = " 0.1"
18
18
xitca-service = " 0.1"
19
19
xitca-web = " 0.1"
20
+ xitca-postgres = " 0.1"
20
21
21
22
ahash = { version = " 0.7.6" , features = [" compile-time-rng" ] }
22
23
atoi = " 0.4.0"
23
24
core_affinity = " 0.5.10"
24
- diesel = { git = " https://github.com/diesel-rs/diesel.git " , rev = " 37ec18f46ced2d6e9197414156fdb705d7a61426 " , default-features = false }
25
+ diesel = { version = " 2 " , default-features = false }
25
26
diesel-async = { version = " 0.1.0" , features = [" postgres" ], default-features = false }
26
27
futures-util = { version = " 0.3.18" , default-features = false , features = [" alloc" ] }
27
28
mimalloc = { version = " 0.1.27" , default-features = false }
28
29
rand = { version = " 0.8" , default-features = false , features = [" min_const_gen" , " small_rng" ] }
29
- sailfish = " 0.3.3 "
30
+ sailfish = " 0.3.4 "
30
31
serde = " 1"
31
32
simd-json = " 0.4.8"
32
33
tang-rs = " 0.2"
33
34
tokio = { version = " 1.14" , features = [" macros" , " rt" ] }
34
- tokio-postgres = " 0.7.5"
35
35
36
36
[profile .release ]
37
37
lto = true
@@ -40,15 +40,13 @@ codegen-units = 1
40
40
panic = " abort"
41
41
42
42
[patch .crates-io ]
43
- xitca-http = { git = " https://github.com/fakeshadow/xitca-web.git" , rev = " 59827177f6c319c6fa9940fe5f146754fff90aad" }
44
- xitca-http-codegen = { git = " https://github.com/fakeshadow/xitca-web.git" , rev = " 59827177f6c319c6fa9940fe5f146754fff90aad" }
45
- xitca-io = { git = " https://github.com/fakeshadow/xitca-web.git" , rev = " 59827177f6c319c6fa9940fe5f146754fff90aad" }
46
- xitca-server = { git = " https://github.com/fakeshadow/xitca-web.git" , rev = " 59827177f6c319c6fa9940fe5f146754fff90aad" }
47
- xitca-service = { git = " https://github.com/fakeshadow/xitca-web.git" , rev = " 59827177f6c319c6fa9940fe5f146754fff90aad" }
48
- xitca-web = { git = " https://github.com/fakeshadow/xitca-web.git" , rev = " 59827177f6c319c6fa9940fe5f146754fff90aad" }
49
-
50
- diesel = { git = " https://github.com/diesel-rs/diesel.git" , rev = " 37ec18f46ced2d6e9197414156fdb705d7a61426" }
51
- diesel-async = { git = " https://github.com/weiznich/diesel_async.git" , rev = " 06b3416826dbc8ce404f6d613daea989b23549ca" }
52
-
53
- # this is not right. but not much can be done when the maintainer is unactive.
54
- sailfish = { git = " https://github.com/jdrouet/sailfish" , rev = " 7d2b59247eaab10b67311d6c1c7d50a7d751d791" }
43
+ xitca-http = { git = " https://github.com/fakeshadow/xitca-web.git" , rev = " e1debcd4630196669923f94c7693e5519f34db52" }
44
+ xitca-http-codegen = { git = " https://github.com/fakeshadow/xitca-web.git" , rev = " e1debcd4630196669923f94c7693e5519f34db52" }
45
+ xitca-io = { git = " https://github.com/fakeshadow/xitca-web.git" , rev = " e1debcd4630196669923f94c7693e5519f34db52" }
46
+ xitca-postgres = { git = " https://github.com/fakeshadow/xitca-web.git" , rev = " e1debcd4630196669923f94c7693e5519f34db52" }
47
+ xitca-server = { git = " https://github.com/fakeshadow/xitca-web.git" , rev = " e1debcd4630196669923f94c7693e5519f34db52" }
48
+ xitca-service = { git = " https://github.com/fakeshadow/xitca-web.git" , rev = " e1debcd4630196669923f94c7693e5519f34db52" }
49
+ xitca-web = { git = " https://github.com/fakeshadow/xitca-web.git" , rev = " e1debcd4630196669923f94c7693e5519f34db52" }
50
+
51
+ diesel = { git = " https://github.com/fakeshadow/diesel.git" , rev = " ed2ceeb377c986c1013c6261e44658e3f43725d3" }
52
+ diesel-async = { git = " https://github.com/fakeshadow/diesel_async.git" , rev = " dc2e77677299aa6b406353960a9eab7a7bd5bc72" }
0 commit comments