mirror of
https://github.com/facebookexperimental/reverie.git
synced 2025-01-22 12:56:28 +00:00
third-party/rust: Update addr2line crate
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:
parent
476ec158d6
commit
229c10614d
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ repository = "https://github.com/facebookexperimental/reverie"
|
||||||
license = "BSD-2-Clause"
|
license = "BSD-2-Clause"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
addr2line = "0.21"
|
addr2line = "0.24.2"
|
||||||
anyhow = "1.0.86"
|
anyhow = "1.0.86"
|
||||||
async-trait = "0.1.71"
|
async-trait = "0.1.71"
|
||||||
bitflags = { version = "2.6", features = ["serde"] }
|
bitflags = { version = "2.6", features = ["serde"] }
|
||||||
|
|
Loading…
Reference in a new issue