mirror of
https://github.com/eyre-rs/eyre.git
synced 2025-09-26 20:40:49 +00:00
Bump color-eyre to 0.6.5, color-spantrace to 0.3.0
This commit is contained in:
parent
6534ecdcbb
commit
f110d78793
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -110,7 +110,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
||||
|
||||
[[package]]
|
||||
name = "color-eyre"
|
||||
version = "0.6.4"
|
||||
version = "0.6.5"
|
||||
dependencies = [
|
||||
"ansi-parser",
|
||||
"backtrace",
|
||||
@ -130,7 +130,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "color-spantrace"
|
||||
version = "0.2.2"
|
||||
version = "0.3.0"
|
||||
dependencies = [
|
||||
"ansi-parser",
|
||||
"once_cell",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "color-eyre"
|
||||
version = "0.6.4"
|
||||
version = "0.6.5"
|
||||
description = "An error report handler for panics and eyre::Reports for colorful, consistent, and well formatted error reports for all kinds of errors."
|
||||
documentation = "https://docs.rs/color-eyre"
|
||||
|
||||
@ -23,7 +23,7 @@ tracing-error = { version = "0.2.0", optional = true }
|
||||
backtrace = { version = "0.3.59" }
|
||||
indenter = { workspace = true }
|
||||
owo-colors = { workspace = true }
|
||||
color-spantrace = { version = "0.2", path = "../color-spantrace", optional = true }
|
||||
color-spantrace = { version = "0.3", path = "../color-spantrace", optional = true }
|
||||
once_cell = { workspace = true }
|
||||
url = { version = "2.1.1", optional = true }
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "color-spantrace"
|
||||
version = "0.2.2"
|
||||
version = "0.3.0"
|
||||
description = "A pretty printer for tracing_error::SpanTrace based on color-backtrace"
|
||||
documentation = "https://docs.rs/color-spantrace"
|
||||
include = ["README.md", "src/**/*.rs", "build.rs", "LICENSE-APACHE", "LICENSE-MIT"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user