chore(deps): bump rquickjs from 0.12.0 to 0.12.1 in /src-tauri#73
chore(deps): bump rquickjs from 0.12.0 to 0.12.1 in /src-tauri#73dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [rquickjs](https://github.com/DelSkayn/rquickjs) from 0.12.0 to 0.12.1. - [Changelog](https://github.com/DelSkayn/rquickjs/blob/master/CHANGELOG.md) - [Commits](DelSkayn/rquickjs@v0.12.0...v0.12.1) --- updated-dependencies: - dependency-name: rquickjs dependency-version: 0.12.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
🔍 WarpFix PR Review
📖 WalkthroughThe primary change in this pull request is the update of the rquickjs package and its related components (rquickjs-core, rquickjs-macro, rquickjs-sys) from version 0.12.0 to 0.12.1. The Cargo.lock file reflects these changes, with new checksums provided for each package. The changelog indicates that this version fixes a reference cycle leak and updates several dependencies, which could improve performance and stability. 📁 File Changes
⏱ Review Effort & Risk
Risk Factors
Labels: 💡 Key Observations
🤖 Reviewed by WarpFix — AI-Powered Code Review + CI Repair · Security |
Bumps rquickjs from 0.12.0 to 0.12.1.
Changelog
Sourced from rquickjs's changelog.
Commits
04e2734Merge pull request #708 from richarddd/release/0.12.181e7176Bump version to 0.12.18e23a9dMerge pull request #707 from richarddd/fix/update-phf-0.14626712aUpdate phf, phf_shared and phf_generator to 0.14db24de3Fix reference cycle leak in Constructor::new_prototype by deriving the protot...23c4cd9Merge pull request #701 from DelSkayn/dependabot/github_actions/actions/check...d6521f6Bump actions/checkout from 6 to 7ab182b8Merge pull request #700 from DelSkayn/dependabot/github_actions/codecov/codec...02e2541Bump codecov/codecov-action from 6 to 7144ad64Merge pull request #699 from DelSkayn/dependabot/submodules/sys/quickjs-fd0a021Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by cubic
Upgrade
rquickjsinsrc-taurito 0.12.1 to pick up a memory leak fix in the JS runtime bindings. This prevents rare shutdown crashes fromJS_FreeRuntimeassertion failures.rquickjs0.12.0 → 0.12.1 (alsorquickjs-core,rquickjs-macro,rquickjs-sys); upstream fixes a reference cycle inConstructor::new_prototypeand updatesphfto 0.14.Written for commit df402c9. Summary will update on new commits.
Note
Bump
rquickjsfrom 0.12.0 to 0.12.1 in src-tauriUpdates the
rquickjsdependency in Cargo.lock to the latest patch release.Macroscope summarized df402c9.