Sourced from anyhow's releases.
1.0.40
- Reduce memory footprint of errors on Rust versions 1.51+ (https://github.com/facebook/flipper/issues/145)
704622f Release 1.0.4064ac0c0 Merge pull request https://github.com/facebook/flipper/issues/145 from dtolnay/addrofef08267 Eliminate functionally duplicate vtable methods on rustc 1.51+1295b1f Add additional builds on 1.50 and 1.51 validating addr_of codepathbe89adf Detect whether ptr::addr_of is supported by current compilerac64560 Switch object_ref return from real ref to Ref ptr2987c9b Ignore redundant_else pedantic clippy lint827bb9d Catch some warnings in addr_of-related codepathsce00418 Merge pull request https://github.com/facebook/flipper/issues/144 from dtolnay/ptr3c32aa7 Relax Sized bound on Own, Ref, Mut ptrs