Skip to content

Commit

Permalink
Update addr2line requirement from 0.22 to 0.23 (AFLplusplus#2251)
Browse files Browse the repository at this point in the history
Updates the requirements on [addr2line](https://github.com/gimli-rs/addr2line) to permit the latest version.
- [Changelog](https://github.com/gimli-rs/addr2line/blob/master/CHANGELOG.md)
- [Commits](gimli-rs/addr2line@0.22.0...0.23.0)

---
updated-dependencies:
- dependency-name: addr2line
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 28, 2024
1 parent 4d45100 commit 2670049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libafl_qemu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ thread_local = "1.1.4"
capstone = "0.12.0"
rangemap = "1.3"
log = "0.4.20"
addr2line = "0.22"
addr2line = "0.23"
typed-arena = "2.0"
paste = "1"
enum-map = "2.7"
Expand Down

0 comments on commit 2670049

Please sign in to comment.