-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
build(deps): bump zerocopy from 0.7.15 to 0.7.31 #34477
Conversation
Bumps [zerocopy](https://github.com/google/zerocopy) from 0.7.15 to 0.7.31. - [Release notes](https://github.com/google/zerocopy/releases) - [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md) - [Commits](google/zerocopy@v0.7.15...v0.7.31) --- updated-dependencies: - dependency-name: zerocopy dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #34477 +/- ##
=======================================
Coverage 81.8% 81.8%
=======================================
Files 819 819
Lines 220894 220894
=======================================
+ Hits 180753 180762 +9
+ Misses 40141 40132 -9 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should resolve audit failure
Backports to the beta branch are to be avoided unless absolutely necessary for fixing bugs, security issues, and perf regressions. Changes intended for backport should be structured such that a minimum effective diff can be committed separately from any refactoring, plumbing, cleanup, etc that are not strictly necessary to achieve the goal. Any of the latter should go only into master and ride the normal stabilization schedule. Exceptions include CI/metrics changes, CLI improvements and documentation updates on a case by case basis. |
* build(deps): bump zerocopy from 0.7.15 to 0.7.31 Bumps [zerocopy](https://github.com/google/zerocopy) from 0.7.15 to 0.7.31. - [Release notes](https://github.com/google/zerocopy/releases) - [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md) - [Commits](google/zerocopy@v0.7.15...v0.7.31) --- updated-dependencies: - dependency-name: zerocopy dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * [auto-commit] Update all Cargo lock files --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com> (cherry picked from commit a1032ef) # Conflicts: # Cargo.lock # programs/sbf/Cargo.lock
…34477) (#34506) * build(deps): bump zerocopy from 0.7.15 to 0.7.31 (#34477) * build(deps): bump zerocopy from 0.7.15 to 0.7.31 Bumps [zerocopy](https://github.com/google/zerocopy) from 0.7.15 to 0.7.31. - [Release notes](https://github.com/google/zerocopy/releases) - [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md) - [Commits](google/zerocopy@v0.7.15...v0.7.31) --- updated-dependencies: - dependency-name: zerocopy dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * [auto-commit] Update all Cargo lock files --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com> (cherry picked from commit a1032ef) # Conflicts: # Cargo.lock # programs/sbf/Cargo.lock * Fix conflicts --------- Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tyera Eulberg <tyera@solana.com>
Bumps zerocopy from 0.7.15 to 0.7.31.
Release notes
Sourced from zerocopy's releases.
... (truncated)
Changelog
Sourced from zerocopy's changelog.
Commits
7d3a8f9
Fix soundness hole in Ref::into_ref and into_mut (#721)961612f
[readme] Link to GitHub Releases (#692) (#693)449b78c
[ci] Roll pinned nightly toolchain (#680)8f7d88b
[policies] Document yanking policy (#677)5b76223
Release 0.7.29 (#676)941c83f
[derive] Fix AsBytes for#[repr(C, packed(N))]
(#672)d18d233
[ci] Roll pinned nightly toolchain (#673)ac0c27e
implementTryFromBytes
for[T]
(#666)122828e
[ci] Roll pinned nightly toolchain (#670)980dd98
[ci] Roll pinned nightly toolchain (#669)Dependabot 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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.