Commit 40d7b6d
chore(deps): update rust crate v_jsonescape to 0.9 (#74)
* chore(deps): update rust crate v_jsonescape to 0.9
* fix: update v_jsonescape API usage for version 0.9
The v_jsonescape crate changed its API in version 0.9. The old `escape()` function that returned a String has been replaced with `escape_fmt()` which returns an impl Display.
Agent-Logs-Url: https://github.com/napi-rs/json-escape-simd/sessions/00b6669d-b79d-45bf-8614-c4af9c6ebcf7
Co-authored-by: Brooooooklyn <3468483+Brooooooklyn@users.noreply.github.com>
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: anthropic-code-agent[bot] <242468646+Claude@users.noreply.github.com>
Co-authored-by: Brooooooklyn <3468483+Brooooooklyn@users.noreply.github.com>1 parent 47896e6 commit 40d7b6d
3 files changed
Lines changed: 13 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments