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
@@ -12,7 +12,6 @@ hyper-util = { version = "0.1" }
rustls-pemfile = "1.0.4"
tokio = { version = "1", features = ["full"] }
tokio-rustls = "0.24.1"
tower = { version = "0.4", features = ["make"] }
tower-service = "0.3.2"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }