|
@@ -17,21 +17,21 @@ xitca-http-codegen = "0.1"
|
|
|
xitca-server = "0.1"
|
|
|
xitca-service = "0.1"
|
|
|
xitca-web = "0.1"
|
|
|
+xitca-postgres = "0.1"
|
|
|
|
|
|
ahash = { version = "0.7.6", features = ["compile-time-rng"] }
|
|
|
atoi = "0.4.0"
|
|
|
core_affinity = "0.5.10"
|
|
|
-diesel = { git = "https://github.com/diesel-rs/diesel.git", rev = "37ec18f46ced2d6e9197414156fdb705d7a61426", default-features = false }
|
|
|
+diesel = { version = "2", default-features = false }
|
|
|
diesel-async = { version = "0.1.0", features = ["postgres"], default-features = false }
|
|
|
futures-util = { version = "0.3.18", default-features = false, features = ["alloc"] }
|
|
|
mimalloc = { version = "0.1.27", default-features = false }
|
|
|
rand = { version = "0.8", default-features = false, features = ["min_const_gen", "small_rng"] }
|
|
|
-sailfish = "0.3.3"
|
|
|
+sailfish = "0.3.4"
|
|
|
serde = "1"
|
|
|
simd-json = "0.4.8"
|
|
|
tang-rs = "0.2"
|
|
|
tokio = { version = "1.14", features = ["macros", "rt"] }
|
|
|
-tokio-postgres = "0.7.5"
|
|
|
|
|
|
[profile.release]
|
|
|
lto = true
|
|
@@ -40,15 +40,13 @@ codegen-units = 1
|
|
|
panic = "abort"
|
|
|
|
|
|
[patch.crates-io]
|
|
|
-xitca-http = { git = "https://github.com/fakeshadow/xitca-web.git", rev = "59827177f6c319c6fa9940fe5f146754fff90aad" }
|
|
|
-xitca-http-codegen = { git = "https://github.com/fakeshadow/xitca-web.git", rev = "59827177f6c319c6fa9940fe5f146754fff90aad" }
|
|
|
-xitca-io = { git = "https://github.com/fakeshadow/xitca-web.git", rev = "59827177f6c319c6fa9940fe5f146754fff90aad" }
|
|
|
-xitca-server = { git = "https://github.com/fakeshadow/xitca-web.git", rev = "59827177f6c319c6fa9940fe5f146754fff90aad" }
|
|
|
-xitca-service = { git = "https://github.com/fakeshadow/xitca-web.git", rev = "59827177f6c319c6fa9940fe5f146754fff90aad" }
|
|
|
-xitca-web = { git = "https://github.com/fakeshadow/xitca-web.git", rev = "59827177f6c319c6fa9940fe5f146754fff90aad" }
|
|
|
-
|
|
|
-diesel = { git = "https://github.com/diesel-rs/diesel.git", rev = "37ec18f46ced2d6e9197414156fdb705d7a61426" }
|
|
|
-diesel-async = { git = "https://github.com/weiznich/diesel_async.git", rev = "06b3416826dbc8ce404f6d613daea989b23549ca" }
|
|
|
-
|
|
|
-# this is not right. but not much can be done when the maintainer is unactive.
|
|
|
-sailfish = { git = "https://github.com/jdrouet/sailfish", rev = "7d2b59247eaab10b67311d6c1c7d50a7d751d791" }
|
|
|
+xitca-http = { git = "https://github.com/fakeshadow/xitca-web.git", rev = "e1debcd4630196669923f94c7693e5519f34db52" }
|
|
|
+xitca-http-codegen = { git = "https://github.com/fakeshadow/xitca-web.git", rev = "e1debcd4630196669923f94c7693e5519f34db52" }
|
|
|
+xitca-io = { git = "https://github.com/fakeshadow/xitca-web.git", rev = "e1debcd4630196669923f94c7693e5519f34db52" }
|
|
|
+xitca-postgres = { git = "https://github.com/fakeshadow/xitca-web.git", rev = "e1debcd4630196669923f94c7693e5519f34db52" }
|
|
|
+xitca-server = { git = "https://github.com/fakeshadow/xitca-web.git", rev = "e1debcd4630196669923f94c7693e5519f34db52" }
|
|
|
+xitca-service = { git = "https://github.com/fakeshadow/xitca-web.git", rev = "e1debcd4630196669923f94c7693e5519f34db52" }
|
|
|
+xitca-web = { git = "https://github.com/fakeshadow/xitca-web.git", rev = "e1debcd4630196669923f94c7693e5519f34db52" }
|
|
|
+
|
|
|
+diesel = { git = "https://github.com/fakeshadow/diesel.git", rev = "ed2ceeb377c986c1013c6261e44658e3f43725d3" }
|
|
|
+diesel-async = { git = "https://github.com/fakeshadow/diesel_async.git", rev = "dc2e77677299aa6b406353960a9eab7a7bd5bc72" }
|