8000 build(deps): update goblin requirement from 0.9.0 to 0.10.0 by dependabot[bot] · Pull Request #25 · enarx/vdso · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

build(deps): update goblin requirement from 0.9.0 to 0.10.0 #25

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor
@dependabot dependabot bot commented on behalf of github May 26, 2025

Updates the requirements on goblin to permit the latest version.

Changelog

Sourced from goblin's changelog.

[0.10.0] - 2025-5-25

Breaking

build: use rust 2024 edition; bump MSRV to 1.85 pe: fix address size incompatibility on 32-bit builds, thanks @​kkent030315: m4b/goblin#441 pe: fix fail on malformed certificate table parsing, thanks @​ideeockus: m4b/goblin#417 pe: remove use of generics for is_32bit, thanks @​kkent030315: m4b/goblin#435 pe: Support multiple debug directories and VCFeature, Repro, ExDllCharacteristics, POGO parsers, thanks @​kkent030315: m4b/goblin#403

Added

elf: add Loongarch macros and name mapping, thanks @​000lbh: m4b/goblin#446 pe: Add base relocation parser thanks @​kkent030315: m4b/goblin#444

Fixed

pe.header: fix parse without rich header, thanks @​ideeockus: m4b/goblin#451 pe.header: fix parse header with no dos stub, thanks @​ideeockus: m4b/goblin#456 pe.imports: ignore malformed imports in ParseMode::Permissive, thanks @​ideeockus: m4b/goblin#442 pe: Change Section Table Real Name Handling, thanks @​prettyroseslover: m4b/goblin#438 pe.tls: tlsdata.parse_with_opts - integer overflow + out of bound, thanks @​BinFlip: m4b/goblin#448 pe.debug: POGOInfo.parse_with_opts - integer overflow + out of bound, thanks @​BinFlip: m4b/goblin#449 archive: fix subtract with overflow in archive parser, thanks @​kkent030315: m4b/goblin#454 te: fix subtract with overflow in TE header parser, thanks @​kken 8000 t030315: m4b/goblin#452 archive: fix size overflow in name index parser, thanks @​kkent030315: m4b/goblin#455 coff: fix subtract with overflow in COFF header parser, thanks @​kkent030315: m4b/goblin#453

[0.9.3] - 2025-1-5

Fixed

pe: fix import parser for non-well-formed import table, thanks @​kkent030315: m4b/goblin#429 pe: fix empty import table parsing, thanks @​kkent030315: m4b/goblin#430

Added

pe: Add tests for TLS parser and characteristics constants, thanks @​kkent030315: m4b/goblin#426 elf: added new constants for 32-bit PowerPC, thanks @​ivlzme m4b/goblin#439

[0.9.2] - 2024-10-26

Fixed

pe: fix PE with zero raw_data_size of section, thanks @​ideeockus: m4b/goblin#396

Added

pe: allow parsing pe::Header without dos stubs, Header::parse_without_dos, thanks @​ideeockus: m4b/goblin#396

[0.9.1] - 2024-10-24

(hot) Fix

pe: fix parsing of tls in certain cases (issue: m4b/goblin#424), thanks @​kkent030315: m4b/goblin#425

[0.9.0] - 2024-10-20

Added, Breaking

pe: add TE (terse executable) support, big thanks @​Javagedes: m4b/goblin#397 pe: add support for codeview PDB 2.0, thanks @​joschock: m4b/goblin#409 pe: parse TLS in data directories, thanks @​kkent030315: m4b/goblin#404

[0.8.2] - 2024-04-29

Everything in 0.8.1 except TE support in m4b/goblin#397 was reverted, due to it being technically a breaking change.

... (truncated)

Commits
  • c077bc6 build: cargo fmt for 2024 edition
  • d04e589 build: bump version to 0.10.0; update changelog; update CI to use MSRV
  • 8764abe pe.section_table: add explicit elided lifetime as 'a for Cow
  • accd94c build: update unsafe blocks to new 2024 requirements
  • 2941655 pe.tests: add missing test annotation on test which 2024 edition caught
  • b83da6f build: bump version to 0.10.0; update to rust 2024 edition; set MSRV=1.85
  • 097a174 docs: update CHANGELOG in prep for 0.10; update readme to add 3 new contribut...
  • bc33409 PE: Add base relocation parser (#444)
  • f06b768 COFF: fix subtract with overflow in COFF header parser (#453)
  • 9c9ded7 archive: fix size overflow in name index parser (#455)
  • Additional commits viewable in compare view

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)

Updates the requirements on [goblin](https://github.com/m4b/goblin) to permit the latest version.
- [Changelog](https://github.com/m4b/goblin/blob/master/CHANGELOG.md)
- [Commits](m4b/goblin@0.9.3...0.10.0)

---
updated-dependencies:
- dependency-name: goblin
  dependency-version: 0.10.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels May 26, 2025
@dependabot dependabot bot requested a review from a team as a code owner May 26, 2025 23:21
@dependabot dependabot bot requested review from rjzak and removed request for a team May 26, 2025 23:21
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels May 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants
0