Skip to content

Commit

Permalink
fix: cargo toml
Browse files Browse the repository at this point in the history
  • Loading branch information
speed2exe committed Jan 18, 2024
1 parent d5f3d3c commit a9794c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin_frontend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit a9794c5

Please sign in to comment.