From 294be6deb740c1b1248e90cf0d2dc09752521b4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 15:08:48 +0000 Subject: [PATCH] Update owo-colors requirement from 3.5.0 to 4.2.3 Updates the requirements on [owo-colors](https://github.com/owo-colors/owo-colors) to permit the latest version. - [Release notes](https://github.com/owo-colors/owo-colors/releases) - [Changelog](https://github.com/owo-colors/owo-colors/blob/main/CHANGELOG.md) - [Commits](https://github.com/owo-colors/owo-colors/compare/v3.5.0...v4.2.3) --- updated-dependencies: - dependency-name: owo-colors dependency-version: 4.2.3 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 3ca24cb..cb927ec 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.2.3", 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 }