- 
  Notifications
 You must be signed in to change notification settings 
- Fork 2
chore(deps): update rust crate json-escape to 0.2.0 #23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
⚠️  Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package json-escape@0.1.1 --precise 0.2.0
error: failed to acquire package cache lock
Caused by:
 failed to open: /home/ubuntu/.cargo/.package-cache
Caused by:
 failed to create directory `/home/ubuntu/.cargo`
Caused by:
 File exists (os error 17)
CodSpeed Performance Report
Merging #23 will not alter performance
Comparing renovate/json-escape-0.x (69546ca) with main (8ddb6ae)
Summary
✅ 4 untouched
⏩ 6 skipped1 
Footnotes
- 
6 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports. ↩ 
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
0.1.1->0.2.0Release Notes
veecore/json-escape (json-escape)
v0.2.0Compare Source
Fixed
unescapeandescape). The internal state slice (self.bytes) now correctly points to an empty subslice of the original input buffer after completion. This prevents potential pointer arithmetic underflow and Undefined Behavior (UB).Refactoring
unescapeimplementation. The core logic has been moved fromlib.rsintoexplicit.rs, and the publicunescapefunctions now use the faster, dedicatedexplicit::Unescapeiterator. This improves code organization and developer focus..display_utf8_lossy()after encountering an invalid escape sequence (e.g.,\z, incomplete Unicode).v0.1.3Compare Source
Fixed
+2was applied to the error offset, causing invalid escape sequences like\uD83Dto report the wrong position. This change removes the redundant adjustment, ensuring error positions are now reported accurately.v0.1.2Compare Source
Added
explicitmodule providing an alternative, fine-grained streaming API for both escaping and unescaping.EscapedChunkandUnescapedChunktypes, allowing users to inspect literal text and modified characters separately.Changed
Cargo.tomland README to better highlight ergonomics, correctness, and RFC compliance alongside high performance.Fixed
Configuration
📅 Schedule: 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.
This PR was generated by Mend Renovate. View the repository job log.