chore(deps): update rust crate jsonschema to 0.48 - #15744
Conversation
Package Changes Through 428fb76There are 14 changes which include tauri with minor, tauri-cli with minor, @tauri-apps/cli with minor, tauri-runtime with minor, tauri-runtime-wry with minor, tauri-utils with minor, tauri-build with minor, tauri-bundler with minor, tauri-macos-sign with minor, tauri-codegen with minor, tauri-macros with minor, tauri-plugin with minor, tauri-driver with minor, @tauri-apps/api with minor Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
629e543 to
109305c
Compare
109305c to
b752131
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
0.47→0.480.49.1(+1)Release Notes
Stranger6667/jsonschema (jsonschema)
v0.48.5Fixed
v0.48.2Performance
v0.48.1Fixed
requirederrors inevaluate()output for schemas withpropertiesand a two-entryrequiredarray. #1220contentEncodingerrors for invalid UTF-8 after decoding incorrectly had emptyinstance_pathandschema_path.Performance
#[jsonschema::validator](~5% across benchmarked schemas), via aliasing repeated paths in the emitted code.v0.48.0Added
iter_errorsfor#[jsonschema::validator]-generated validators.Fixed
anyOfandoneOfvalidation errors, matching runtime validators.$recursiveRefin generated validators incorrectly resolved to the innermost$recursiveAnchor(it should resolve to the outermost one).i64/u64range incorrectly compared against numeric bounds through lossyf64rounding underarbitrary-precision(e.g.{"minimum": -9223372036854775808}accepted-9223372036854775809).Changed
canonical::json::to_stringunderarbitrary-precision("1e-2"becomes"0.01","1.50"becomes"1.5") and correctly-rounded float parsing (serde_json'sfloat_roundtrip).Performance
multipleOfvalidation for integer instances with integer divisors, via integer arithmetic instead of floating-point modulo.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.