Sourced from serde_json's releases.
v1.0.72
- Interpret
\u
-encoded lone surrogates when deserializing into a byte string (#828, #829, thanks@lucacasonato
)
76e376c
Release 1.0.7277915eb
Merge pull request #829 from serde-rs/surrogate265fb7e
Move discard of expected byte immediately after peek1422076
Rearrange the early return on lone or encoded surrogate311f185
Use binary mask to line up visually with the bits being |'d in11d3464
Extract common logic of surrogate encodecb4a251
Document why the parse_escape recursion is not dangerous7911e70
Tail recurse on parse_escape48dad22
Collapse surrogate encode into extend_from_slice call683832a
Touch up doc changes from PR 828