mirror of
https://github.com/eyre-rs/eyre.git
synced 2025-09-27 04:50:50 +00:00
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 in4cbe6b69ea
. 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:
parent
907daa2cc6
commit
254309ffa0
@ -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 }
|
||||
|
Loading…
x
Reference in New Issue
Block a user