Update some examples (#364)

This commit is contained in:
Eray Karatay
2021-10-05 07:50:27 +02:00
committed by GitHub
parent afabded385
commit b7002f68d5
5 changed files with 22 additions and 16 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ publish = false
[dependencies]
axum = { path = "../..", features = ["ws"] }
tokio = { version = "1.0", features = ["full"] }
futures = "0.3"
tokio = { version = "1", features = ["full"] }
tower = { version = "0.4", features = ["util"] }
tracing = "0.1"
tracing-subscriber = "0.2"
futures = "0.3"