mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 00:01:34 +11:00
Update Rust crate addr2line to 0.24 (#739)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [addr2line](https://togithub.com/gimli-rs/addr2line) | dependencies | minor | `0.23` -> `0.24` | --- ### Release Notes <details> <summary>gimli-rs/addr2line (addr2line)</summary> ### [`v0.24.0`](https://togithub.com/gimli-rs/addr2line/blob/HEAD/CHANGELOG.md#0240-20240716) [Compare Source](https://togithub.com/gimli-rs/addr2line/compare/0.23.0...0.24.0) ##### Breaking changes - Updated `gimli` dependency. ##### Changed - Changed the order of ranges returned by `Context::find_location_range`, and fixed handling in rare situations. [#​303](https://togithub.com/gimli-rs/addr2line/pull/303) [#​304](https://togithub.com/gimli-rs/addr2line/pull/304) [#​306](https://togithub.com/gimli-rs/addr2line/pull/306) - Improved the performance of `Context::find_location`. [#​305](https://togithub.com/gimli-rs/addr2line/pull/305) ##### Added - Added `LoaderReader`. [#​307](https://togithub.com/gimli-rs/addr2line/pull/307) - Added `--all` option to `addr2line`. [#​307](https://togithub.com/gimli-rs/addr2line/pull/307) *** </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/agbrs/agb). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjQzMS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
This commit is contained in:
commit
e4025caef9
|
@ -8,8 +8,8 @@ description = "CLI utility to convert agb stack trace dumps into human readable
|
|||
repository = "https://github.com/agbrs/agb"
|
||||
|
||||
[dependencies]
|
||||
addr2line = { version = "0.23", default-features = false, features = ["rustc-demangle"] }
|
||||
gimli = { version = "0.30", default-features = false, features = ["endian-reader", "std"] }
|
||||
addr2line = { version = "0.24", default-features = false, features = ["rustc-demangle"] }
|
||||
gimli = { version = "0.31", default-features = false, features = ["endian-reader", "std"] }
|
||||
object = { version = "0.36", default-features = false, features = ["read"] }
|
||||
|
||||
thiserror = "1"
|
||||
|
|
Loading…
Reference in a new issue