Remove unused dependencies from examples (#2934)

This commit is contained in:
Jonas Platte
2024-09-25 03:44:47 -04:00
committed by GitHub
parent 391f2deccd
commit 2fb6cea732
23 changed files with 12 additions and 32 deletions
-1
View File
@@ -7,7 +7,6 @@ publish = false
[dependencies]
axum = { path = "../../axum" }
http-body-util = "0.1.0"
hyper = { version = "1.0.0", features = ["full"] }
hyper-util = { version = "0.1", features = ["client", "http1", "client-legacy"] }
mime = "0.3"
serde_json = "1.0"