From 3026fb0fcd5a0bfb0f780f5c180de1399440be60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 00:11:30 +0000 Subject: [PATCH] Bump colored from 2.2.0 to 3.1.1 Bumps [colored](https://github.com/mackwic/colored) from 2.2.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/v2.2.0...v3.1.1) --- updated-dependencies: - dependency-name: colored dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0af36de..3e0d87a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -268,11 +268,10 @@ checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" [[package]] name = "colored" -version = "2.2.0" +version = "3.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c" +checksum = "faf9468729b8cbcea668e36183cb69d317348c2e08e994829fb56ebfdfbaac34" dependencies = [ - "lazy_static", "windows-sys 0.59.0", ] diff --git a/Cargo.toml b/Cargo.toml index 20d59ee..1aef732 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ matches = "0.1.10" regex = "1" chrono = "0.4.43" chrono-tz = "0.10.4" -colored = "2.2.0" +colored = "3.1.1" clap = { version = "4.5.54", features = ["derive"] } rand = "0.9.2" spinners = "4.1.1"