From a79065b0d3c91773c7ca9a6b6ad0fd13085d25fe Mon Sep 17 00:00:00 2001 From: josh rotenberg Date: Sun, 25 Jul 2021 19:14:40 -0700 Subject: [PATCH] update warp and tokio versions --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 36304b6d..9c243145 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,8 +40,8 @@ gitignore = { version = "1.0", optional = true } # Serve feature futures-util = { version = "0.3.4", optional = true } -tokio = { version = "0.2.18", features = ["macros"], optional = true } -warp = { version = "0.2.2", default-features = false, features = ["websocket"], optional = true } +tokio = { version = "1", features = ["macros", "rt-multi-thread"], optional = true } +warp = { version = "0.3.1", default-features = false, features = ["websocket"], optional = true } # Search feature elasticlunr-rs = { version = "2.3", optional = true, default-features = false }