diff --git a/papergrid/Cargo.toml b/papergrid/Cargo.toml index a32bf14d..9c9ea7d8 100644 --- a/papergrid/Cargo.toml +++ b/papergrid/Cargo.toml @@ -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]] diff --git a/tabled/Cargo.toml b/tabled/Cargo.toml index 6c141095..97f3b06f 100644 --- a/tabled/Cargo.toml +++ b/tabled/Cargo.toml @@ -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.