From b328d2cc7910139ba2884c06278622840becfad3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 08:05:13 +0000 Subject: [PATCH] Bump colored from 2.0.0 to 2.0.1 Bumps [colored](https://github.com/mackwic/colored) from 2.0.0 to 2.0.1. - [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.0...v2.0.1) --- updated-dependencies: - dependency-name: colored dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- boa_cli/Cargo.toml | 2 +- boa_tester/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4fbe498d8bb..a52b4db50bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -884,9 +884,9 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" [[package]] name = "colored" -version = "2.0.0" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd" +checksum = "17bfac9400fe632590700de801b5dfbdca8b6944073832d1284bdbeef7f00e45" dependencies = [ "atty", "lazy_static", diff --git a/boa_cli/Cargo.toml b/boa_cli/Cargo.toml index 074955ff7b2..38b883101a8 100644 --- a/boa_cli/Cargo.toml +++ b/boa_cli/Cargo.toml @@ -21,7 +21,7 @@ boa_runtime.workspace = true rustyline = { version = "12.0.0", features = ["derive"]} clap = { version = "4.3.10", features = ["derive"] } serde_json = "1.0.99" -colored = "2.0.0" +colored = "2.0.1" regex = "1.8.4" phf = { version = "0.11.2", features = ["macros"] } pollster = "0.3.0" diff --git a/boa_tester/Cargo.toml b/boa_tester/Cargo.toml index 5c7e7ceea37..106e369bc00 100644 --- a/boa_tester/Cargo.toml +++ b/boa_tester/Cargo.toml @@ -21,7 +21,7 @@ serde_json = "1.0.99" bitflags = "2.3.3" regex = "1.8.4" once_cell = "1.18.0" -colored = "2.0.0" +colored = "2.0.1" fxhash = "0.2.1" rayon = "1.7.0" toml = "0.7.5"