examples: Update to axum-server 0.8 (#3605)

This commit is contained in:
tottoto
2025-12-28 08:39:32 +09:00
committed by GitHub
parent f72bb26ff3
commit 370c6df40a
5 changed files with 15 additions and 22 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ publish = false
[dependencies]
axum = { path = "../../axum" }
axum-extra = { path = "../../axum-extra" }
axum-server = { version = "0.7", features = ["tls-rustls"] }
axum-server = { version = "0.8", features = ["tls-rustls"] }
tokio = { version = "1", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }