Use try_trait_v2 for Status
try_trait
was replaced by a new implementation. The RFC was used as a
reference, as it documents a simple use case that nearly matches the
current Status [1]. Fixes compiling with rustc versions newer than
2021-05-18.
Tracking Issue: https://github.com/rust-lang/rust/issues/84277
Signed-off-by: Tim Crawford tcrawford@system76.com