Skip to content

Commit

Permalink
Merge pull request #477 from joshtriplett/owo-what's-this-a-new-version
Browse files Browse the repository at this point in the history
Upgrade owo-colors
  • Loading branch information
zhiburt authored Jan 14, 2025
2 parents a1c4937 + 6c45d64 commit f9b4987
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion papergrid/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ansi-str = { version = "0.8", optional = true }
ansitok = { version = "0.2", optional = true }

[dev-dependencies]
owo-colors = "3.4.0"
owo-colors = "4.1.0"
testing_table = { version = "0.2", features = ["ansi"] }

[[example]]
Expand Down
2 changes: 1 addition & 1 deletion tabled/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ ansi-str = { version = "0.8", optional = true }
ansitok = { version = "0.2", optional = true }

[dev-dependencies]
owo-colors = "3.5"
owo-colors = "4.1"
testing_table = { version = "0.2", features = ["ansi"] }

# To run it locally (probably need to `add #![feature(doc_cfg)]` to the crate attributes to enable.
Expand Down

0 comments on commit f9b4987

Please # to comment.