Sourced from serde_yaml's releases.
0.8.23
- Fix handling of YAML 1.1-style octals that begin with
+or-sign (https://github.com/facebook/flipper/issues/228)0.8.22
- Switch float serializer to use the same float formatting library as serde_json
44ba879 Release 0.8.23f850da3 Merge pull request https://github.com/facebook/flipper/issues/228 from dtolnay/octal983b5b3 Suppress blocks_in_if_conditions clippy lint57f2e66 Treat YAML 1.1 style octals with sign as string, not base 10 numberf424a15 Add test of cases that are NOT supposed to be numbers75a43c4 Merge pull request https://github.com/facebook/flipper/issues/218 from rukai/add_unit_struct_test1db8fdb Release 0.8.226b83603 Switch float serializer from dtoa to ryu7a02d73 Delete disabled borrowed string deserializer testeb31d62 Update from dtoa 0.4 to 1.0