From a34ab7f58dbc3666d6ffc2ecc017744b40f8e02e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 11:26:43 +0000 Subject: [PATCH] chore(deps): bump owo-colors from 4.2.0 to 4.2.2 Bumps [owo-colors](https://github.com/owo-colors/owo-colors) from 4.2.0 to 4.2.2. - [Release notes](https://github.com/owo-colors/owo-colors/releases) - [Changelog](https://github.com/owo-colors/owo-colors/blob/main/CHANGELOG.md) - [Commits](https://github.com/owo-colors/owo-colors/compare/v4.2.0...v4.2.2) --- updated-dependencies: - dependency-name: owo-colors dependency-version: 4.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 af33c0c..2f46fdb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1335,9 +1335,9 @@ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" [[package]] name = "owo-colors" -version = "4.2.0" +version = "4.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1036865bb9422d3300cf723f657c2851d0e9ab12567854b1f4eba3d77decf564" +checksum = "48dd4f4a2c8405440fd0462561f0e5806bd0f77e86f51c761481bdd4018b545e" [[package]] name = "parking_lot" diff --git a/Cargo.toml b/Cargo.toml index 4385716..faea1a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ enum_dispatch = "0.3.13" etcetera = "0.10.0" eyre = "0.6.12" flate2 = "1.1.1" -owo-colors = "4.2.0" +owo-colors = "4.2.2" regex = "1.11.1" reqwest = { version = "0.12.15", features = ["charset", "http2", "macos-system-configuration", "rustls-tls", "stream", "brotli", "zstd", "gzip"], default-features = false } serde = { version = "1.0.219", features = ["derive"] }