Removed tower from deps

This commit is contained in:
Martin Berg Alstad
2024-06-26 10:39:42 +02:00
parent b3a3484e99
commit 23cbb83391
2 changed files with 0 additions and 2 deletions

View File

@ -14,7 +14,6 @@ serde = { version = "1.0.203", features = ["derive", "rc"] }
# API
axum = { version = "0.7.5", features = ["macros"] }
tower-http = { version = "0.5.2", features = ["cors", "trace", "normalize-path"] }
tower = "0.4.13"
# Logging
tracing = "0.1.40"
tracing-subscriber = "0.3.18"