From e88e29c00a7668382793adebbbd6fbe80aa7be15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 09:36:53 +0000 Subject: [PATCH] chore(deps): bump owo-colors from 4.2.0 to 4.2.1 Bumps [owo-colors](https://github.com/owo-colors/owo-colors) from 4.2.0 to 4.2.1. - [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.1) --- updated-dependencies: - dependency-name: owo-colors dependency-version: 4.2.1 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..c0d9246 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1335,9 +1335,9 @@ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" [[package]] name = "owo-colors" -version = "4.2.0" +version = "4.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1036865bb9422d3300cf723f657c2851d0e9ab12567854b1f4eba3d77decf564" +checksum = "26995317201fa17f3656c36716aed4a7c81743a9634ac4c99c0eeda495db0cec" [[package]] name = "parking_lot" diff --git a/Cargo.toml b/Cargo.toml index 4385716..9ac8204 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.1" 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"] }