Skip to content

Commit c4ee249

Browse files
authored
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 owo-colors/owo-colors#131. However, a lot of crates rely on the 3.x series, which may not get patched. Preemptively updating them, would appreciate a release!!
1 parent 7706273 commit c4ee249

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

color-eyre/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "color-eyre"
3-
version = "0.6.2"
3+
version = "0.6.3"
44
description = "An error report handler for panics and eyre::Reports for colorful, consistent, and well formatted error reports for all kinds of errors."
55
documentation = "https://docs.rs/color-eyre"
66

color-spantrace/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "color-spantrace"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "A pretty printer for tracing_error::SpanTrace based on color-backtrace"
55
documentation = "https://docs.rs/color-spantrace"
66

0 commit comments

Comments
 (0)