chore(deps): update rust crate v_jsonescape to 0.9#74
Merged
renovate[bot] merged 2 commits intomainfrom May 3, 2026
Merged
Conversation
4c65cc5 to
2d8ed79
Compare
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>
Contributor
Fixed in 5b063de. Updated benchmark to use |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.7→0.9Release Notes
zzau13/v_escape (v_jsonescape)
v0.9.0Compare Source
Documentation-only release of the autogenerated escape crates, regenerated
on top of
v_escape_codegen0.2.1:v_htmlescapev_jsonescapev_latexescapeDocumentation
lib.rswith the richer module-level rustdoc emitted byv_escape_codegen0.2.1 (escape table, public API summary, runtimeSIMD 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 fmtto match whatscripts/generate.shproduces in CI.v0.8.0Documentation-only release of the autogenerated escape crates, regenerated
on top of
v_escape_codegen0.2.1:v_htmlescapev_jsonescapev_latexescapeDocumentation
lib.rswith the richer module-level rustdoc emitted byv_escape_codegen0.2.1 (escape table, public API summary, runtimeSIMD 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 fmtto match whatscripts/generate.shproduces in CI.Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.