From 015abdcaff6aab3f04fc2772771a4e7193870e51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 04:05:33 +0000 Subject: [PATCH] chore(deps): bump owo-colors from 4.0.0 to 4.1.0 Bumps [owo-colors](https://github.com/jam1garner/owo-colors) from 4.0.0 to 4.1.0. - [Commits](https://github.com/jam1garner/owo-colors/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: owo-colors dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 52fdb73..776f767 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1010,9 +1010,9 @@ checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9" [[package]] name = "owo-colors" -version = "4.0.0" +version = "4.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "caff54706df99d2a78a5a4e3455ff45448d81ef1bb63c22cd14052ca0e993a3f" +checksum = "fb37767f6569cd834a413442455e0f066d0d522de8630436e2a1761d9726ba56" [[package]] name = "oxc" diff --git a/Cargo.toml b/Cargo.toml index c2008a2..ccd9c82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ ego-tree = { version = "0.6.2" } index_vec = { version = "0.1.4" } log = { version = "0.4.22", features = ["kv"] } miette = { version = "7.2.0", features = ["fancy", "syntect-highlighter"] } -owo-colors = { version = "4.0.0", optional = true } +owo-colors = { version = "4.1.0", optional = true } oxc = { version = "0.27.0" } rand = { version = "0.8.5" } rayon = { version = "1.10.0" }