From bfe8a2a2bfb14ca4a26f1f29b5f0157009ed7e8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 09:40:41 +0000 Subject: [PATCH] chore(deps): bump colored from 2.0.4 to 2.1.0 Bumps [colored](https://github.com/mackwic/colored) from 2.0.4 to 2.1.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.0.4...v2.1.0) --- updated-dependencies: - dependency-name: colored dependency-type: direct:production update-type: version-update:semver-minor ... 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 c0fb5cc..01e3a62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -398,11 +398,10 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" [[package]] name = "colored" -version = "2.0.4" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2674ec482fbc38012cf31e6c42ba0177b431a0cb6f15fe40efa5aab1bda516f6" +checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8" dependencies = [ - "is-terminal", "lazy_static", "windows-sys", ] diff --git a/Cargo.toml b/Cargo.toml index a81c5ed..cea0cf7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ deterministic-wasi-ctx = "=0.1.16" anyhow = "1.0" clap = { version = "4.4", features = ["derive"] } serde_json = "1.0" -colored = "2.0" +colored = "2.1" serde = "1.0" rust-embed = "8.0.0" is-terminal = "0.4.9"