Bump backtrace-rs

0.3.59 is the first version of backtrace-rs that doesn't use `gimli-symbolize`: 5fc4f79674

While the feature is still there, it is unused and later on removed in 4cbe6b69ea. Original [PR #615](https://github.com/rust-lang/backtrace-rs/pull/615)

Closes https://github.com/eyre-rs/eyre/issues/174
This commit is contained in:
Kristof Mattei 2024-05-30 18:09:46 -07:00
parent 907daa2cc6
commit 254309ffa0
No known key found for this signature in database
GPG Key ID: 89668E582D199AA8

View File

@ -20,7 +20,7 @@ track-caller = []
[dependencies]
eyre = "0.6.1"
tracing-error = { version = "0.2.0", optional = true }
backtrace = { version = "0.3.48", features = ["gimli-symbolize"] }
backtrace = { version = "0.3.59" }
indenter = { workspace = true }
owo-colors = { workspace = true }
color-spantrace = { version = "0.2", path = "../color-spantrace", optional = true }