examples: update chat example (#3587)

This commit is contained in:
Andrew Liu
2021-03-09 19:54:10 +01:00
committed by GitHub
parent db1d90453c
commit 872bc09e83
2 changed files with 31 additions and 70 deletions
-1
View File
@@ -11,7 +11,6 @@ tokio = { version = "1.0.0", features = ["full", "tracing"] }
tokio-util = { version = "0.6.3", features = ["full"] }
tokio-stream = { version = "0.1" }
async-stream = "0.3"
tracing = "0.1"
tracing-subscriber = { version = "0.2.7", default-features = false, features = ["fmt", "ansi", "env-filter", "chrono", "tracing-log"] }
bytes = "1.0.0"