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
+3 -3
View File
@@ -6,8 +6,8 @@ publish = false
[dependencies]
axum = { path = "../.." }
tokio = { version = "1.0", features = ["full"] }
hyper = { version = "0.14", features = ["full"] }
tokio = { version = "1", features = ["full"] }
tokio-rustls = "0.22"
tracing = "0.1"
tracing-subscriber = "0.2"
tokio-rustls = "0.22.0"
hyper = { version = "0.14", features = ["full"] }