Sourced from serde's releases.
v1.0.145
- Allow RefCell<T>, Mutex<T>, and RwLock<T> to be serialized regardless of whether T is
Sized(https://github.com/facebook/flipper/issues/2282, thanks@​ChayimFriedman2)v1.0.144
- Change atomic ordering used by Serialize impl of atomic types to match ordering used by Debug impl of those same types (https://github.com/facebook/flipper/issues/2263, thanks
@​taiki-e)
8c036ee Release 1.0.145d99009f Merge pull request https://github.com/facebook/flipper/issues/2282 from ChayimFriedman2/sized-mutex-refcell-rwlockbe3c37e Serialize unsized RefCell, Mutex and RwLockf0346ae Merge pull request https://github.com/facebook/flipper/issues/2281 from dtolnay/tryfa6ce42 Redefine 'try' macro to omit From::from error conversiona9320db Consistently avoid '?' throughout serde crated208762 Command-line ignore let_underscore_drop clippy lint5386897 Merge pull request https://github.com/facebook/flipper/issues/2273 from sashashura/patch-168eb59d Update ci.ymla7f4551 Add dev-dependencies keyword for serde_test