gimli-rs / unwind-rs

Apache License 2.0
26 stars 10 forks source link

Update gimli requirement to 0.16 #15

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Updates the requirements on gimli to permit the latest version.

Changelog *Sourced from [gimli's changelog](https://github.com/gimli-rs/gimli/blob/master/CHANGELOG.md).* > ## 0.16.0 > > Released 2018/06/01. > > ### Added > > * Added support for building in `#![no_std]` environments, when the `alloc` > crate is available. Disable the "std" feature and enable the "alloc" > feature. [#138][] [#271][] > > * Added support for DWARF 5 `.debug_rnglists` and `.debug_loclists` > sections. [#272][] > > * Added support for DWARF 5 `DW_FORM_ref_sup` and `DW_FORM_strp_sup` attribute > forms. [#288][] > > * Added support for DWARF 5 operations on typed values. [#293][] > > * A `dwarf-validate` example program that checks the integrity of the given > DWARF and its references between sections. [#290][] > > * Added the `EndianReader` type, an easy way to define a custom `Reader` > implementation with a reference to a generic buffer of bytes and an associated > endianity. [#298][] [#302][] > > ### Changed > > * Various speed improvements for evaluating `.debug_line` line number > programs. [#276][] > > * The example `dwarfdump` clone is a [whole lot faster > now][dwarfdump-faster]. [#282][] [#284][] [#285][] > > ### Deprecated > > * `EndianBuf` has been renamed to `EndianSlice`, use that name instead. [#295][] > > ### Fixed > > * Evaluating the `DW_CFA_restore_state` opcode properly maintains the current > location. Previously it would incorrectly restore the old location when > popping from evaluation stack. [#274][] > > [#271]: https://github-redirect.dependabot.com/gimli-rs/gimli/issues/271 > [#138]: https://github-redirect.dependabot.com/gimli-rs/gimli/issues/138 > [#274]: https://github-redirect.dependabot.com/gimli-rs/gimli/issues/274 > [#272]: https://github-redirect.dependabot.com/gimli-rs/gimli/issues/272 > [#276]: https://github-redirect.dependabot.com/gimli-rs/gimli/issues/276 > [#282]: https://github-redirect.dependabot.com/gimli-rs/gimli/issues/282 > [#285]: https://github-redirect.dependabot.com/gimli-rs/gimli/issues/285 > ... (truncated)
Commits - See full diff in [compare view](https://github.com/gimli-rs/gimli/commits)


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
main-- commented 6 years ago

@dependabot ignore this dependency

At least until #6 is sorted out.

dependabot-preview[bot] commented 6 years ago

OK, I won't notify you about gimli again, unless you re-open this PR or update it yourself. 😢