mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-04-24 21:47:59 +00:00
Bump tokio to 1.10 and add a test to confirm memory usage of rolling_total (#392)
This commit is contained in:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user