From 424b0e6a48c2bd41a50c4a2acc0448074b02f687 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 05:40:24 +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 +++--- cli/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c63caedc..8fe55a02 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -990,12 +990,12 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" [[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.52.0", ] [[package]] diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 3bcc293d..720049f9 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -41,7 +41,7 @@ time = { version = "0.3.37", features = [ serde_json = "1.0.133" serde_yaml = "0.9.34" env_logger = "0.11.5" -colored = "2.1.0" +colored = "2.2.0" const_format = "0.2.34" hpke-dispatch = { version = "0.7.0", features = ["serde"], optional = true } rand = { version = "0.8.5", optional = true }