update warp and tokio versions

This commit is contained in:
josh rotenberg 2021-07-25 19:14:40 -07:00
parent b3ab93a4b3
commit a79065b0d3
1 changed files with 2 additions and 2 deletions

View File

@ -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 }