getsentry / symbolicator

Native Symbolication as a Service
https://getsentry.github.io/symbolicator/
MIT License
359 stars 47 forks source link

build(deps): bump unsafe-libyaml from 0.2.9 to 0.2.10 #1346

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 9 months ago

Bumps unsafe-libyaml from 0.2.9 to 0.2.10.

Release notes

Sourced from unsafe-libyaml's releases.

0.2.10

  • Fix write to improperly aligned pointer in 32-bit targets (#21)
Commits
  • 61f3ab8 Release 0.2.10
  • d90d7ab Clean up some redundant casts
  • 7755559 Merge pull request #24 from dtolnay/mallocalign
  • b8a0863 Fix insufficient alignment of malloc's return value on 32-bit
  • 389373f Merge pull request #23 from dtolnay/malloc
  • fd41ef6 Check arithmetic in malloc computations
  • 9e054fb Merge pull request #22 from dtolnay/force
  • 5b40a9e Check more arithmetic operations
  • 97a4332 Delete cast to long followed by size_t
  • e5f4bbd Clean up duplicated casting to size_t
  • Additional commits viewable in compare view


Dependabot compatibility score

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 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](https://github.com/getsentry/symbolicator/network/alerts).
github-actions[bot] commented 9 months ago
Fails
:no_entry_sign: Please consider adding a changelog entry for the next release.
Instructions and example for changelog Please add an entry to `CHANGELOG.md` to the "Unreleased" section under the following heading: 1. **Features**: For new user-visible functionality. 2. **Bug Fixes**: For user-visible bug fixes. 3. **Internal**: For features and bug fixes in internal operation. To the changelog entry, please add a link to this PR (consider a more descriptive message): ```md - bump unsafe-libyaml from 0.2.9 to 0.2.10. ([#1346](https://github.com/getsentry/symbolicator/pull/1346)) ``` If none of the above apply, you can opt out by adding _#skip-changelog_ to the PR description.

Generated by :no_entry_sign: dangerJS against ab3eec6ed4d048046ddd922a1f6c34fa471a99b5

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (17c85dd) 75.68% compared to head (ab3eec6) 72.87%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1346 +/- ## ========================================== - Coverage 75.68% 72.87% -2.81% ========================================== Files 99 99 Lines 14767 14767 ========================================== - Hits 11176 10762 -414 - Misses 3591 4005 +414 ```
dependabot[bot] commented 8 months ago

Looks like unsafe-libyaml is up-to-date now, so this is no longer needed.