Skip to content

Commit 9af44d6

Browse files
authored
Update Tokio to 0.2.21 (#46)
As Tokio version 0.2.21 contains a fix in the broadcast channel that removes a memory leak in mini-redis, I don't think 0.2.20 should be considered the minimum supported version, even if the codebase compiles with that version. Refs: #38
1 parent a3f3dd8 commit 9af44d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ async-stream = "0.2.1"
2525
atoi = "0.3.2"
2626
bytes = "0.5.4"
2727
structopt = "0.3.14"
28-
tokio = { version = "0.2.20", features = ["full"] }
28+
tokio = { version = "0.2.21", features = ["full"] }
2929
tracing = "0.1.13"
3030
tracing-futures = { version = "0.2.3" }
3131
tracing-subscriber = "0.2.2"

0 commit comments

Comments
 (0)