update all of the outdated deps

This commit is contained in:
Brendan Hansknecht 2022-06-29 19:33:47 -07:00
parent ed22b7d3c9
commit 6f50b877fe
No known key found for this signature in database
GPG key ID: 0EA784685083E75B
37 changed files with 266 additions and 538 deletions

View file

@ -60,6 +60,6 @@ impl From<UtilError> for MarkError {
// hack to handle MarkError derive
let dummy_res: Result<(), NoneError> = Err(NoneError {});
dummy_res.context(UtilErrorBacktrace { msg }).unwrap_err()
dummy_res.context(UtilErrorBacktraceSnafu { msg }).unwrap_err()
}
}