Skip to content

Commit 352511a

Browse files
Update addr2line requirement from 0.25.0 to 0.26.1 (#3791)
Updates the requirements on [addr2line](https://github.com/gimli-rs/addr2line) to permit the latest version. - [Changelog](https://github.com/gimli-rs/addr2line/blob/main/CHANGELOG.md) - [Commits](gimli-rs/addr2line@0.25.0...v0.26.1) --- updated-dependencies: - dependency-name: addr2line dependency-version: 0.26.1 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 0143bf7 commit 352511a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/libafl_qemu/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ capstone = "0.14.0"
140140
rangemap = { workspace = true }
141141
log = { workspace = true }
142142
object = "0.38.0"
143-
addr2line = "0.25.0"
143+
addr2line = "0.26.1"
144144
paste = { workspace = true }
145145
enum-map = "2.7.3"
146146
serde_yaml = { workspace = true, optional = true } # For parsing the injections yaml file

0 commit comments

Comments
 (0)