Fix the compilation error of the dependency versions

This commit is contained in:
Kerollmops
2022-03-14 17:13:07 +01:00
parent 63682c2c9a
commit 21ec334dcc
6 changed files with 27 additions and 23 deletions

View File

@ -27,6 +27,7 @@ futures = "0.3.21"
serde = { version = "1.0.136", features = ["derive"] }
serde_json = { version = "1.0.79", features = ["preserve_order"] }
tokio = { version = "1.17.0", features = ["full"] }
tokio-stream = { version = "0.1.8", default-features = false, features = ["sync"] }
warp = "0.3.2"
# logging