Update to tokio v1, warp v0.3

This commit is contained in:
2021-01-31 03:25:10 -08:00
parent b438d6cd26
commit 39d4c225d1
2 changed files with 15 additions and 13 deletions

View File

@@ -10,8 +10,9 @@ edition = "2018"
futures-util = "0.3"
log = "0.4.11"
pretty_env_logger = "0.4.0"
reqwest = { version = "0.10", default-features = false }
reqwest = { version = "0.11", default-features = false }
rppal = { git = "https://github.com/golemparts/rppal/", rev = "2e980caf76756c97bb0b18fb3ab08fb51ed1f90e" }
smallvec = "1.4.2"
tokio = { version = "0.2", features = ["macros"] }
warp = "0.2.5"
tokio = { version = "1", features = ["macros"] }
tokio-stream = "0.1.2"
warp = "0.3"