rustig icon indicating copy to clipboard operation
rustig copied to clipboard

Bump gimli from 0.15.0 to 0.25.0

Open dependabot-preview[bot] opened this issue 4 years ago • 0 comments

Bumps gimli from 0.15.0 to 0.25.0.

Changelog

Sourced from gimli's changelog.

0.25.0

Released 2021/07/26.

Breaking changes

  • read::FrameDescriptionEntry::unwind_info_for_address now returns a reference instead of cloning. #557

  • read::AttributeValue::RangeListsRef now contains a RawRangeListsOffset to allow handling of GNU split DWARF extensions. Use read::Dwarf::ranges_offset_from_raw to handle it. #568 #569

  • Added read::Unit::dwo_id. #569

Changed

  • .debug_aranges parsing now accepts version 3. #560

  • read::Dwarf::attr_ranges_offset and its callers now handle GNU split DWARF extensions. #568 #569

Added

  • Added read::DebugLineStr::new. #556

  • Added read::UnwindTable::into_current_row. #557

  • Added more DW_LANG constants. #565

  • dwarfdump: added DWO parent support. #568

  • Added read::Dwarf methods: ranges_offset_from_raw, raw_ranges, and raw_locations. #568 #569


0.24.0

... (truncated)

Commits
  • d777d0d Merge pull request #571 from philipc/release
  • e41ba00 Disable running fuzz targets
  • 87274ba Release 0.25.0
  • 2c5afbf Merge pull request #569 from philipc/dwo
  • db5634d read: add Unit::dwo_id
  • c13c172 dwarfdump: move dwo parent parsing to one location
  • d6eb3da dwarfdump: use arena instead of forget
  • 1a2439a Add RawRangeListsOffset
  • 7c13056 Merge pull request #568 from khuey/dwo-improvements
  • 53beb83 In the DWARF4 GNU split DWARF extension, ranges inside a .dwo are represented...
  • 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 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)
  • @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 use this milestone will set the current milestone 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:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

dependabot-preview[bot] avatar Jul 27 '21 04:07 dependabot-preview[bot]