From 32776b41379263e1b0777ab6d285542cff8f62bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 06:03:27 +0000 Subject: [PATCH] Bump colored from 2.1.0 to 2.2.0 Bumps [colored](https://github.com/mackwic/colored) from 2.1.0 to 2.2.0. - [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.1.0...v2.2.0) --- updated-dependencies: - dependency-name: colored dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3b3a98cf..370cc1bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -632,12 +632,12 @@ checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0" [[package]] name = "colored" -version = "2.1.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8" +checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c" dependencies = [ "lazy_static", - "windows-sys 0.48.0", + "windows-sys 0.59.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index b5212c5a..a443cff6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ built = { version = "0.7.5", features = ["git2"] } chrono = { version = "0.4.38", features = ["serde"] } clap = { version = "4.5.23", features = ["derive", "string", "env", "wrap_help"] } clap_complete = "4.5.39" -colored = "2.1.0" +colored = "2.2.0" crossterm = { version = "0.27.0", features = [ "event-stream" ] } dialoguer = "0.10.4" dirs = "4.0.0"