mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 20:23:43 +08:00
fix(errors): use Debug impl instead of Display for error types wrapping error_stack::Report (#714)
This commit is contained in:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user