Sourced from serde_yaml's releases.
0.9.25
- Serialize using quoted style around scalar that has digits with leading zero (https://github.com/facebook/flipper/issues/347)
0.9.24
- Implement FromStr for serde_yaml::Number (https://github.com/facebook/flipper/issues/381)
f26dac4 Release 0.9.25fda96c7 Merge pull request https://github.com/facebook/flipper/issues/383 from dtolnay/leadingzeroa38768f Quoted style for string consisting of digits with leading zerocd1fd90 Add test of quoting of number with leading zerosc1b1eac Resolve incorrect_partial_ord_impl_on_ord_type clippy lintda99545 Release 0.9.24053af6f Merge pull request https://github.com/facebook/flipper/issues/382 from dtolnay/parsenumber3c68165 Add test of Number parsing610d7b2 Implement FromStr for serde_yaml::Number