fix: cargo toml

This commit is contained in:
Fu Zi Xiang 2024-01-18 18:37:58 +08:00
parent d5f3d3cc64
commit a9794c519d
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -25,5 +25,5 @@ tower-service = "0.3.2"
tower-http = { version = "0.4.4", features = ["cors", "fs"] }
tower = "0.4.13"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json"] }
jwt = "0.16.0"