From 81f047591b7e7bda91f27c0413d993ce7e216e45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 20:58:23 +0000 Subject: [PATCH] chore(deps): bump colored from 2.1.0 to 2.2.0 (#298) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- crates/daktilo/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 08791bf..2587044 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -336,12 +336,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.59.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 8b3702a..318f283 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ serde = { version = "1.0.216", features = ["derive"] } tracing = "0.1.41" tracing-subscriber = { version = "0.3.19", features = ["env-filter"] } tokio = { version = "1.42.0", features = ["macros", "rt-multi-thread", "sync"] } -colored = "2.1.0" +colored = "2.2.0" pretty_assertions = "1.4.1" [profile.dev] diff --git a/crates/daktilo/Cargo.toml b/crates/daktilo/Cargo.toml index ba09322..80febb8 100644 --- a/crates/daktilo/Cargo.toml +++ b/crates/daktilo/Cargo.toml @@ -28,7 +28,7 @@ regex = "1.11.1" serde_regex = "1.1.0" clap_complete = "4.5.38" clap_mangen = "0.2.24" -colored = "2.1.0" +colored = "2.2.0" tokio.workspace = true serde.workspace = true tracing.workspace = true