Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2110: chore(deps): bump goblin from 0.2.3 to 0.3.4 r=nlewycky a=dependabot[bot] Bumps [goblin](https://github.com/m4b/goblin) from 0.2.3 to 0.3.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/m4b/goblin/blob/master/CHANGELOG.md">goblin's changelog</a>.</em></p> <blockquote> <h2>[0.3.4] - 2021-1-31</h2> <h3>Added</h3> <ul> <li>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 <a href="https://github.com/jessehui"><code>@jessehui</code></a>: <a href="https://github-redirect.dependabot.com/m4b/goblin/pull/254">m4b/goblin#254</a></li> <li>elf: also add new <code>Elf::parse_header</code> convenience function, which allows to parse elf header from bytes without e.g., explicitly depending on scroll, etc.</li> </ul> <h2>[0.3.3] - 2021-1-31</h2> <h3>Fixed</h3> <ul> <li>mach: fix debug print panic, thanks <a href="https://github.com/messense"><code>@messense</code></a>: <a href="https://github-redirect.dependabot.com/m4b/goblin/pull/251">m4b/goblin#251</a></li> </ul> <h3>Added</h3> <ul> <li>pe: allow pe virtual memory resolve to be optional, allowing memory/process dump parsing, thanks <a href="https://github.com/ko1n"><code>@ko1n</code></a> (as well as patience for very long time to merge PR!): <a href="https://github-redirect.dependabot.com/m4b/goblin/pull/188">m4b/goblin#188</a></li> </ul> <h2>[0.3.2] - 2021-1-29</h2> <h3>Fixed</h3> <ul> <li>elf: overflow panic when note name is 0, thanks <a href="https://github.com/glandium"><code>@glandium</code></a>: <a href="https://github-redirect.dependabot.com/m4b/goblin/pull/256">m4b/goblin#256</a></li> </ul> <h2>[0.3.1] - 2021-1-18</h2> <h3>Added</h3> <ul> <li>mach: add rpaths, thanks <a href="https://github.com/keith"><code>@keith</code></a>: <a href="https://github-redirect.dependabot.com/m4b/goblin/pull/248">m4b/goblin#248</a></li> </ul> <h3>Fixed</h3> <ul> <li>elf: fix regression parsing binaries like busybox (<a href="https://github-redirect.dependabot.com/m4b/bingrep/issues/28">m4b/bingrep#28</a>), thanks <a href="https://github.com/jan-auer"><code>@jan-auer</code></a>: <a href="https://github-redirect.dependabot.com/m4b/goblin/pull/249">m4b/goblin#249</a></li> </ul> <h2>[0.3.0] - 2020-11-26</h2> <h3>BREAKING</h3> <ul> <li>mach: add missing load commands, and fixup minversion enum and api, thanks <a href="https://github.com/woodruffw"><code>@woodruffw</code></a> !: <a href="https://github-redirect.dependabot.com/m4b/goblin/pull/240">m4b/goblin#240</a></li> </ul> <h3>Fixed</h3> <ul> <li>elf: prevent overflow in bad section sizes, thanks <a href="https://github.com/jackcmay"><code>@jackcmay</code></a>: <a href="https://github-redirect.dependabot.com/m4b/goblin/pull/243">m4b/goblin#243</a></li> <li><code>Object::parse</code> no longer needs <code>std</code>! thanks <a href="https://github.com/Evian-Zhang"><code>@Evian-Zhang</code></a>: <a href="https://github-redirect.dependabot.com/m4b/goblin/pull/235">m4b/goblin#235</a></li> <li>test: remove hardcoded CommandLineTools path in macos test, thanks <a href="https://github.com/quake"><code>@quake</code></a>: <a href="https://github-redirect.dependabot.com/m4b/goblin/pull/238">m4b/goblin#238</a></li> <li>build: Resolve clippy lints, thanks <a href="https://github.com/connorkuehl"><code>@connorkuehl</code></a>: <a href="https://github-redirect.dependabot.com/m4b/goblin/pull/225">m4b/goblin#225</a></li> </ul> <h3>Added</h3> <ul> <li>elf: add the x86-64 unwind processor specific section header type <a href="https://github-redirect.dependabot.com/m4b/goblin/pull/224">m4b/goblin#224</a></li> <li>elf: Add ability to get archive members by index <a href="https://github-redirect.dependabot.com/m4b/goblin/pull/225">m4b/goblin#225</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/m4b/goblin/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=goblin&package-manager=cargo&previous-version=0.2.3&new-version=0.3.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 </details> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information