fix(errors): use Debug impl instead of Display for error types wrapping error_stack::Report (#714)

This commit is contained in:
Sanchith Hegde
2023-03-05 21:12:59 +05:30
committed by GitHub
parent 9062dc80ec
commit 45484752a2
9 changed files with 15 additions and 41 deletions

View File

@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
actix-web = "4.3.0"
error-stack = "0.2.4"
error-stack = "0.3.1"
frunk = "0.4.1"
frunk_core = "0.4.1"
mime = "0.3.16"