From 9464368aaa3e595738234dba4e0df150c9a01520 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 15:22:50 +0000 Subject: [PATCH] Update owo-colors requirement from 3.5.0 to 4.0.0 Updates the requirements on [owo-colors](https://github.com/jam1garner/owo-colors) to permit the latest version. - [Commits](https://github.com/jam1garner/owo-colors/compare/v3.5.0...v4.0.0) --- updated-dependencies: - dependency-name: owo-colors dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2e89f82..dfc280e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ protomask-metrics = { version = "^0.1.0", path = "libs/protomask-metrics" } # External Dependencies tokio = { version = "1.29.1", features = ["macros", "rt-multi-thread"] } -owo-colors = { version = "3.5.0", features = ["supports-colors"] } +owo-colors = { version = "4.0.0", features = ["supports-colors"] } clap = { version = "4.3.11", features = ["derive"] } ipnet = { version = "2.8.0", features = ["serde"] } puffin_http = { version = "0.13.0", optional = true }