esp-rs / espmonitor

Cargo tool for monitoring ESP32/ESP8266 execution
GNU General Public License v3.0
47 stars 16 forks source link

Update gimli requirement from 0.26 to 0.27 in /espmonitor #119

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on gimli to permit the latest version.

Changelog

Sourced from gimli's changelog.

0.27.0

Released 2022/11/23.

Breaking changes

  • Added read::Dwarf::abbreviations_cache to cache abbreviations at offset 0. Changed read::Dwarf::abbreviations to return Result<Arc<Abbreviations>>, and changed read::Unit::abbreviations to Arc<Abbreviations>. #628

Added

  • Added LoongArch register definitions. #624

  • Added support for tombstones in read::LocListIter and read::RngListIter. #631


0.26.2

Released 2022/07/16.

Changed

  • Fixed CFI personality encoding when writing. #609

  • Fixed use of raw pointer for mutation, detected by Miri. #614

  • Fixed DW_OP_GNU_implicit_pointer handling for DWARF version 2. #618

Added

  • Added read::EhHdrTable::iter. #619

0.26.1

Released 2021/11/02.

Changed

  • Fixed segmentation fault in ArrayVec<Vec<T>>::into_vec, which may be used by

... (truncated)

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.


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[bot] commented 1 year ago

Looks like gimli is up-to-date now, so this is no longer needed.