Updating tls-rustls example (#2457)

This commit is contained in:
FémLol Stúdió
2023-12-29 01:07:58 +01:00
committed by GitHub
parent 3fda093806
commit 4f010d9b2d
2 changed files with 33 additions and 35 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ publish = false
[dependencies]
axum = { path = "../../axum" }
axum-server = { version = "0.3", features = ["tls-rustls"] }
axum-server = { version = "0.6", features = ["tls-rustls"] }
tokio = { version = "1", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }