|
@@ -17,7 +17,7 @@ path = "src/main_raw.rs"
|
|
|
|
|
|
[dependencies]
|
|
|
ntex = "0.1.18"
|
|
|
-snmalloc-rs = { version = "0.2.15", features = ["native-cpu"] }
|
|
|
+snmalloc-rs = { version = "0.2.17", features = ["native-cpu"] }
|
|
|
yarte = { version = "0.11", features = ["bytes-buf", "json"] }
|
|
|
env_logger = "0.7"
|
|
|
random-fast-rng = "0.1.1"
|
|
@@ -27,8 +27,8 @@ num_cpus = "1.0"
|
|
|
futures = "0.3.4"
|
|
|
http = "0.2"
|
|
|
smallvec = "1.4.0"
|
|
|
-simd-json = "0.3.9"
|
|
|
-simd-json-derive = { git = "https://github.com/simd-lite/simd-json-derive.git" }
|
|
|
+simd-json = "0.3.14"
|
|
|
+simd-json-derive = "0.1.9"
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
|
log = { version = "0.4", features = ["release_max_level_off"] }
|
|
|
tokio = "=0.2.6"
|