From 2670049c2bb64b26fce751e64173047ce00674cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 11:42:34 +0200 Subject: [PATCH] Update addr2line requirement from 0.22 to 0.23 (#2251) 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](https://github.com/gimli-rs/addr2line/compare/0.22.0...0.23.0) --- updated-dependencies: - dependency-name: addr2line dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- libafl_qemu/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libafl_qemu/Cargo.toml b/libafl_qemu/Cargo.toml index 323eaef225..cc68c59be7 100644 --- a/libafl_qemu/Cargo.toml +++ b/libafl_qemu/Cargo.toml @@ -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"