This commit is contained in:
2023-07-21 01:23:21 +02:00
parent 507ad1f91f
commit 5d0d8b8b1c
3 changed files with 11 additions and 7 deletions

View File

@@ -32,4 +32,4 @@ smallvec = { version = "1.10.0", features = ["serde"] }
smartstring = { version = "1.0.1", features = ["serde"] }
tokio-stream = "0.1.14"
tower = "0.4.13"
tower-http = "0.4.3"
tower-http = { version = "0.4.3", features = ["trace"] }