Skip to content

v1.0.38

Choose a tag to compare

@dtolnay dtolnay released this 01 Feb 02:26
· 1067 commits to master since this release
v1.0.38
2181bce
  • Add Deserializer::disable_recursion_limit guarded 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)