chore(deps): update rust crate serde_yaml to 0.0.15#82
Open
donbeave wants to merge 1 commit into
Open
Conversation
Signed-off-by: Renovate Bot <renovate@whitesourcesoftware.com>
a579419 to
40b0ac8
Compare
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.0.13→0.0.15Release Notes
sebastienrousseau/noyalib (serde_yaml)
v0.0.15Compare Source
The loader-parity completion + coverage-hardening cut. Finishes the
three-loader DoS-budget parity started in v0.0.14 by extending the
remaining budgets to the
NoSpanLoaderfast path and thedistinct-typed-key collision guard to the streaming loader, then drives a
workspace-wide coverage campaign (≈16 files to effective-100%) with no
change to public API or behaviour beyond the parity fixes.
Lockstep versioning:
noyalibbumps0.0.14→0.0.15.Satellites publish
=0.0.15from their own repos:sebastienrousseau/noyalib-wasm@0.0.15sebastienrousseau/noyalib-mcp@0.0.15sebastienrousseau/noyalib-lsp@0.0.15sebastienrousseau/noya-cli@0.0.15Fixed — loader parity (security)
NoSpanLoaderDoS-budget parity, completed. TheValuefast pathnow also enforces
max_events, the total-scalar-bytes budget, and thealias_anchor_ratio— the three budgets still span-full-only afterv0.0.14. All three loaders (streaming, span-full
Loader,NoSpanLoader) now enforce the same DoS budgets, with cross-pathtests (
no_span_loader_parity).guard that raises
Error::KeyCollisionfor1: avs"1": b(addedto the AST paths in v0.0.14) now also runs on the streaming
deserialiser, closing the last loader where the collision could
silently collapse (
key_collision_streaming).Testing / tooling
(
de,include,schema_validate,compat/serde_yaml,base64,cst/coerce,error,ser,value/number,cst/green,recovery,and more). Region/line/function coverage rises across the workspace;
no behavioural change.
make coverage-gaprestored undercargo-llvm-cov ≥ 0.8.7(theempty
--ignore-filename-regexis now guarded, matching CI).v0.0.14Compare Source
The loader-parity completion + coverage-hardening cut. Finishes the
three-loader DoS-budget parity started in v0.0.14 by extending the
remaining budgets to the
NoSpanLoaderfast path and thedistinct-typed-key collision guard to the streaming loader, then drives a
workspace-wide coverage campaign (≈16 files to effective-100%) with no
change to public API or behaviour beyond the parity fixes.
Lockstep versioning:
noyalibbumps0.0.14→0.0.15.Satellites publish
=0.0.15from their own repos:sebastienrousseau/noyalib-wasm@0.0.15sebastienrousseau/noyalib-mcp@0.0.15sebastienrousseau/noyalib-lsp@0.0.15sebastienrousseau/noya-cli@0.0.15Fixed — loader parity (security)
NoSpanLoaderDoS-budget parity, completed. TheValuefast pathnow also enforces
max_events, the total-scalar-bytes budget, and thealias_anchor_ratio— the three budgets still span-full-only afterv0.0.14. All three loaders (streaming, span-full
Loader,NoSpanLoader) now enforce the same DoS budgets, with cross-pathtests (
no_span_loader_parity).guard that raises
Error::KeyCollisionfor1: avs"1": b(addedto the AST paths in v0.0.14) now also runs on the streaming
deserialiser, closing the last loader where the collision could
silently collapse (
key_collision_streaming).Testing / tooling
(
de,include,schema_validate,compat/serde_yaml,base64,cst/coerce,error,ser,value/number,cst/green,recovery,and more). Region/line/function coverage rises across the workspace;
no behavioural change.
make coverage-gaprestored undercargo-llvm-cov ≥ 0.8.7(theempty
--ignore-filename-regexis now guarded, matching CI).Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate.