Skip to content

Commit

Permalink
updated addr2line dependency to 0.18.0 (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsekura committed Nov 8, 2022
1 parent c892c1c commit 6c1d4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ cpp_demangle = { default-features = false, version = "0.3.0", optional = true }

# Optional dependencies enabled through the `gimli-symbolize` feature, do not
# use these features directly.
addr2line = { version = "0.17.0", default-features = false }
addr2line = { version = "0.18.0", default-features = false }
miniz_oxide = { version = "0.6.0", default-features = false }

[dependencies.object]
Expand Down

0 comments on commit 6c1d4ac

Please sign in to comment.