Skip to content

chore(deps): update rust crate v_jsonescape to 0.9#74

Merged
renovate[bot] merged 2 commits intomainfrom
renovate/v_jsonescape-0.x
May 3, 2026
Merged

chore(deps): update rust crate v_jsonescape to 0.9#74
renovate[bot] merged 2 commits intomainfrom
renovate/v_jsonescape-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 25, 2026

This PR contains the following updates:

Package Type Update Change
v_jsonescape dev-dependencies minor 0.70.9

Release Notes

zzau13/v_escape (v_jsonescape)

v0.9.0

Compare Source

Documentation-only release of the autogenerated escape crates, regenerated
on top of v_escape_codegen 0.2.1:

Crate New version Previous published
v_htmlescape 0.17.0 0.16.0
v_jsonescape 0.9.0 0.8.0
v_latexescape 0.16.0 0.15.0
Documentation
  • Regenerate lib.rs with the richer module-level rustdoc emitted by
    v_escape_codegen 0.2.1 (escape table, public API summary, runtime
    SIMD dispatch notes). The //! autogenerated by v_escape_codegen@…
    header now also reflects the codegen version that produced the file.

No behavior change; all public functions and their feature gates are
unchanged. Source-level layout was reflowed by cargo fmt to match what
scripts/generate.sh produces in CI.

v0.8.0

Documentation-only release of the autogenerated escape crates, regenerated
on top of v_escape_codegen 0.2.1:

Crate New version Previous published
v_htmlescape 0.17.0 0.16.0
v_jsonescape 0.9.0 0.8.0
v_latexescape 0.16.0 0.15.0
Documentation
  • Regenerate lib.rs with the richer module-level rustdoc emitted by
    v_escape_codegen 0.2.1 (escape table, public API summary, runtime
    SIMD dispatch notes). The //! autogenerated by v_escape_codegen@…
    header now also reflects the codegen version that produced the file.

No behavior change; all public functions and their feature gates are
unchanged. Source-level layout was reflowed by cargo fmt to match what
scripts/generate.sh produces in CI.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot enabled auto-merge (squash) April 25, 2026 14:42
@codspeed-hq
Copy link
Copy Markdown

codspeed-hq Bot commented Apr 25, 2026

Merging this PR will not alter performance

✅ 3 untouched benchmarks


Comparing renovate/v_jsonescape-0.x (5b063de) with main (6f12669)1

Open in CodSpeed

Footnotes

  1. No successful run was found on main (47896e6) during the generation of this report, so 6f12669 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

@renovate renovate Bot force-pushed the renovate/v_jsonescape-0.x branch from 4c65cc5 to 2d8ed79 Compare May 2, 2026 07:38
@Brooooooklyn
Copy link
Copy Markdown
Member

@claude[agent] fix v_jsonescape upgrade issue in benchmark

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>
@Claude
Copy link
Copy Markdown
Contributor

Claude AI commented May 3, 2026

@claude[agent] fix v_jsonescape upgrade issue in benchmark

Fixed in 5b063de. Updated benchmark to use escape_fmt() instead of the removed escape() function from v_jsonescape 0.9.

@Claude Claude AI requested a review from Brooooooklyn May 3, 2026 15:11
@renovate renovate Bot merged commit 40d7b6d into main May 3, 2026
17 checks passed
@renovate renovate Bot deleted the renovate/v_jsonescape-0.x branch May 3, 2026 15:19
@github-actions github-actions Bot mentioned this pull request May 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants