From cf95d1b3dfccc9fc83606943013534a86fca81a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 04:53:51 +0000 Subject: [PATCH] Bump colored from 3.0.0 to 3.1.1 Bumps [colored](https://github.com/mackwic/colored) from 3.0.0 to 3.1.1. - [Release notes](https://github.com/mackwic/colored/releases) - [Changelog](https://github.com/colored-rs/colored/blob/master/CHANGELOG.md) - [Commits](https://github.com/mackwic/colored/compare/v3.0.0...v3.1.1) --- updated-dependencies: - dependency-name: colored dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3c6c892..a562790 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -239,11 +239,11 @@ dependencies = [ [[package]] name = "colored" -version = "3.0.0" +version = "3.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fde0e0ec90c9dfb3b4b1a0891a7dcd0e2bffde2f7efed5fe7c9bb00e5bfb915e" +checksum = "faf9468729b8cbcea668e36183cb69d317348c2e08e994829fb56ebfdfbaac34" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -894,7 +894,7 @@ dependencies = [ "aya", "chrono", "clap", - "colored 3.0.0", + "colored 3.1.1", "fern", "file-rotate", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 62f76c4..9176a32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ prometheus = "0.14" lazy_static = "1.4" tiny_http = "0.12" fern = { version = "0.7", features = ["colored"] } -colored = "3.0" +colored = "3.1" chrono = "0.4" file-rotate = "0.8" clap = { version = "4.5", features = ["derive"] }