Skip to content

Commit

Permalink
Update addr2line requirement from =0.24.1 to =0.24.2
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.24.1...0.24.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and danielocfb committed Oct 4, 2024
1 parent 764f08e commit 9216114
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 @@ -139,7 +139,7 @@ zstd = {version = "0.13.1", default-features = false, optional = true}
[dev-dependencies]
# For performance comparison; pinned, because we use #[doc(hidden)]
# APIs.
addr2line = "=0.24.1"
addr2line = "=0.24.2"
anyhow = "1.0.71"
# TODO: Enable `zstd` feature once toolchain support for it is more
# widespread (enabled by default in `ld`). Remove conditionals in
Expand Down

0 comments on commit 9216114

Please sign in to comment.