|
@@ -22,11 +22,11 @@ bytes = "1"
|
|
|
diesel = { version = "1.4", features = ["postgres", "r2d2"] }
|
|
|
futures = "0.3"
|
|
|
markup = "0.13"
|
|
|
-mimalloc = { version = "0.1", default-features = false }
|
|
|
+# mimalloc = { version = "0.1", default-features = false }
|
|
|
once_cell = "1"
|
|
|
rand = { version = "0.8", features = ["min_const_gen", "small_rng"] }
|
|
|
random-fast-rng = "0.1"
|
|
|
-salvo = { version = "0.30", default-features = false, features = ["anyhow"] }
|
|
|
+salvo = { version = "0.31", default-features = false, features = ["anyhow"] }
|
|
|
serde = { version = "1", features = ["derive"] }
|
|
|
serde_json = "1"
|
|
|
smallvec = "1"
|