From dcd0d2b3b4c7e108f5cf14211e0c11a2ad2bf4cc Mon Sep 17 00:00:00 2001 From: alcir Date: Wed, 2 Aug 2023 10:44:29 +0200 Subject: [PATCH] Bump supports-color to version 2 in rust Bump supports-color to version 2 in Rust --- rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index a2a0ac7..95e1990 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -22,7 +22,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" rand = "0.8.5" terminal_size = "0.2.3" -supports-color = "1" +supports-color = "2" [dev-dependencies] temp-env = "0.3.0"