Bump color-eyre to 0.6.5, color-spantrace to 0.3.0

This commit is contained in:
Manish Goregaokar 2025-05-30 09:38:16 -07:00
parent 6534ecdcbb
commit f110d78793
3 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View File

@ -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",

View File

@ -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 }

View File

@ -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"]