From f5396765042f97b4f8de53254b9147c7921d8032 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 09:46:17 +0000 Subject: [PATCH] chore(deps): bump colored from 2.2.0 to 3.0.0 Bumps [colored](https://github.com/mackwic/colored) from 2.2.0 to 3.0.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.2.0...v3.0.0) --- updated-dependencies: - dependency-name: colored 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 c84fcb4e..f417793f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -438,11 +438,10 @@ checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" [[package]] name = "colored" -version = "2.2.0" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c" +checksum = "fde0e0ec90c9dfb3b4b1a0891a7dcd0e2bffde2f7efed5fe7c9bb00e5bfb915e" dependencies = [ - "lazy_static", "windows-sys 0.59.0", ] diff --git a/Cargo.toml b/Cargo.toml index ca52b5e3..cbfe6be3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ deterministic-wasi-ctx = "=0.1.27" anyhow = "1.0" clap = { version = "4.5", features = ["derive"] } serde_json = "1.0" -colored = "2.2" +colored = "3.0" serde = "1.0" rust-embed = "8.5.0" rmp-serde = "1.3"