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
+2 -2
View File
@@ -1734,9 +1734,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]]
name = "tokio"
version = "1.8.2"
version = "1.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2602b8af3767c285202012822834005f596c811042315fa7e9f5b12b2a43207"
checksum = "92036be488bb6594459f2e03b60e42df6f937fe6ca5c5ffdcb539c6b84dc40f5"
dependencies = [
"autocfg",
"bytes",