examples: Update to axum-server 0.7 (#3467)

This commit is contained in:
tottoto
2025-09-12 15:18:33 +02:00
committed by GitHub
parent a0748e5a74
commit 490cde6048
3 changed files with 39 additions and 92 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ publish = false
[dependencies]
axum = { path = "../../axum", features = ["ws", "http2"] }
axum-server = { version = "0.6", features = ["tls-rustls"] }
axum-server = { version = "0.7", features = ["tls-rustls"] }
tokio = { version = "1", features = ["full"] }
tower-http = { version = "0.6", features = ["fs"] }
tracing = "0.1"