Skip to content

Commit 70d5eca

Browse files
Update addr2line requirement from 0.24.1 to 0.25.0 (#3302)
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.24.1...0.25.0) --- updated-dependencies: - dependency-name: addr2line dependency-version: 0.25.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4845ffe commit 70d5eca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libafl_qemu/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ capstone = "0.13.0"
125125
rangemap = { workspace = true }
126126
log = { workspace = true }
127127
object = "0.37.0"
128-
addr2line = "0.24.1"
128+
addr2line = "0.25.0"
129129
paste = { workspace = true }
130130
enum-map = "2.7.3"
131131
serde_yaml = { workspace = true, optional = true } # For parsing the injections yaml file

0 commit comments

Comments
 (0)