Bump tokio to 1.10 and add a test to confirm memory usage of rolling_total (#392)

This commit is contained in:
James Wilson
2021-08-31 19:18:46 +01:00
committed by GitHub
parent 699c19736f
commit ec5db0fbbf
5 changed files with 25 additions and 5 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ log = "0.4.14"
serde_json = "1.0.64"
soketto = "0.6.0"
thiserror = "1.0.25"
tokio = { version = "1.7.1", features = ["full"] }
tokio = { version = "1.10.1", features = ["full"] }
tokio-util = { version = "0.6.7", features = ["full"] }
common = { path = "../common" }
time = { version = "0.3.0", features = ["formatting"] }