third-party/rust: Update addr2line crate
Some checks failed
ci / Check (push) Has been cancelled
ci / Test Suite (push) Has been cancelled
ci / Clippy (push) Has been cancelled

Summary:
I want a feature in a new version.

Updated some users to handle API changes.

Reviewed By: dtolnay

Differential Revision:
D65797571

Privacy Context Container: L1122763

fbshipit-source-id: 455318b8a33b25eb7f40fce7ea83444d86ac8b33
This commit is contained in:
David Reiss 2024-11-14 16:43:14 -08:00 committed by Facebook GitHub Bot
parent 476ec158d6
commit 229c10614d

View file

@ -9,7 +9,7 @@ repository = "https://github.com/facebookexperimental/reverie"
license = "BSD-2-Clause"
[dependencies]
addr2line = "0.21"
addr2line = "0.24.2"
anyhow = "1.0.86"
async-trait = "0.1.71"
bitflags = { version = "2.6", features = ["serde"] }