Bump color-eyre to 0.6.3, color-spantrace to 0.2.2 to publish owo-colors bump (#207)

owo-colors has a potential soundness bug, which I'm attempting to fix in
https://github.com/jam1garner/owo-colors/pull/131. However, a lot of
crates rely on the 3.x series, which may not get patched. Preemptively
updating them, would appreciate a release!!
This commit is contained in:
Manish Goregaokar 2025-01-24 15:35:08 -08:00 committed by GitHub
parent 7706273bcf
commit c4ee249f7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "color-eyre"
version = "0.6.2"
version = "0.6.3"
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"

View File

@ -1,6 +1,6 @@
[package]
name = "color-spantrace"
version = "0.2.1"
version = "0.2.2"
description = "A pretty printer for tracing_error::SpanTrace based on color-backtrace"
documentation = "https://docs.rs/color-spantrace"