Closed nicholasguyett closed 1 year ago
Removes failure create, using thiserror, anyhow, and std::error for replacements, where appropriate.
failure
thiserror
anyhow
std::error
Updated dotenv version to eliminate failure from the dependency tree entirely (the 0.14 version used failure but the 0.15 did not).
dotenv
0.14
0.15
Updated DbAction trait's handling of BlockingErrors and futures to compile correctly.
DbAction
BlockingErrors
Removes
failure
create, usingthiserror
,anyhow
, andstd::error
for replacements, where appropriate.Updated
dotenv
version to eliminatefailure
from the dependency tree entirely (the0.14
version usedfailure
but the0.15
did not).Updated
DbAction
trait's handling ofBlockingErrors
and futures to compile correctly.