v1.0.38
- Add
Deserializer::disable_recursion_limitguarded by an"unbounded_depth"Cargo cfg; this allows parsing arbitrarily deep JSON structures without any consideration for overflowing the stack; see documentation in the link for how to do this safely (#509)