Update tracing error

This commit is contained in:
Aode (lion) 2021-12-26 11:23:26 -06:00
parent 07b9f03515
commit 1480982a4b

View File

@ -1,6 +1,6 @@
[package]
name = "color-eyre"
version = "0.5.11"
version = "0.6.0"
authors = ["Jane Lusby <jlusby@yaah.dev>"]
edition = "2018"
license = "MIT OR Apache-2.0"
@ -19,16 +19,16 @@ track-caller = []
[dependencies]
eyre = "0.6.1"
tracing-error = { version = "0.1.2", optional = true }
tracing-error = { version = "0.2.0", optional = true }
backtrace = { version = "0.3.48", features = ["gimli-symbolize"] }
indenter = "0.3.0"
owo-colors = "1.2.1"
color-spantrace = { version = "0.1.6", optional = true }
color-spantrace = { version = "0.1.6", optional = true, git = "https://github.com/asonix/color-spantrace", branch = "asonix/update-tracing-error" }
once_cell = "1.4.0"
url = { version = "2.1.1", optional = true }
[dev-dependencies]
tracing-subscriber = "0.2.5"
tracing-subscriber = "0.3.0"
tracing = "0.1.13"
pretty_assertions = "0.6.1"
thiserror = "1.0.19"