Skip to content
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

chore(deps): bump goblin from 0.2.3 to 0.3.4 #2110

Merged
merged 1 commit into from
Feb 13, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 11, 2021

Bumps goblin from 0.2.3 to 0.3.4.

Changelog

Sourced from goblin's changelog.

[0.3.4] - 2021-1-31

Added

  • elf: introduce "lazy" parsing of elf structure with new lazy_parse function, which allows user to fill in parts of the ELF struct they need later on; new example provided, as well as some tests, thanks @jessehui: m4b/goblin#254
  • elf: also add new Elf::parse_header convenience function, which allows to parse elf header from bytes without e.g., explicitly depending on scroll, etc.

[0.3.3] - 2021-1-31

Fixed

Added

  • pe: allow pe virtual memory resolve to be optional, allowing memory/process dump parsing, thanks @ko1n (as well as patience for very long time to merge PR!): m4b/goblin#188

[0.3.2] - 2021-1-29

Fixed

[0.3.1] - 2021-1-18

Added

Fixed

[0.3.0] - 2020-11-26

BREAKING

Fixed

Added

  • elf: add the x86-64 unwind processor specific section header type m4b/goblin#224
  • elf: Add ability to get archive members by index m4b/goblin#225
Commits

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 dependabot bot added the dependencies Pull requests that update a dependency file label Feb 11, 2021
@dependabot dependabot bot force-pushed the dependabot/cargo/goblin-0.3.4 branch from f683ed7 to 3bc00df Compare February 12, 2021 13:53
@nlewycky
Copy link
Contributor

bors r+

@bors
Copy link
Contributor

bors bot commented Feb 13, 2021

@bors bors bot merged commit efeef22 into master Feb 13, 2021
@bors bors bot deleted the dependabot/cargo/goblin-0.3.4 branch February 13, 2021 19:38
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant