diff options
Diffstat (limited to 'core')
| -rw-r--r-- | core/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index 065948f82..8aa3fb9c5 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -15,12 +15,12 @@ path = "lib.rs" [dependencies] downcast-rs = "1.1.1" -futures = { version = "0.3.5", features = ["thread-pool", "compat"] } +futures = "0.3.5" lazy_static = "1.4.0" libc = "0.2.71" log = "0.4.8" rusty_v8 = "0.7.0" -serde_json = "1.0.55" +serde_json = { version = "1.0.55", features = [ "preserve_order" ] } smallvec = "1.4.0" url = "2.1.1" |
