From 38347a53e0cefc29bce6606f91647d586f69da3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 10:45:59 +0000 Subject: [PATCH] build(deps): bump owo-colors from 4.2.2 to 4.2.3 Bumps [owo-colors](https://github.com/owo-colors/owo-colors) from 4.2.2 to 4.2.3. - [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.2...v4.2.3) --- updated-dependencies: - dependency-name: owo-colors dependency-version: 4.2.3 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 b369967..1ff4ec9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1096,9 +1096,9 @@ checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad" [[package]] name = "owo-colors" -version = "4.2.2" +version = "4.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48dd4f4a2c8405440fd0462561f0e5806bd0f77e86f51c761481bdd4018b545e" +checksum = "9c6901729fa79e91a0913333229e9ca5dc725089d1c363b2f4b4760709dc4a52" [[package]] name = "parking_lot" diff --git a/Cargo.toml b/Cargo.toml index a73c6ab..fada389 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ color-eyre = "0.6.5" crossterm = { version = "0.29.0", features = ["event-stream"] } eyre = "0.6.12" futures = { version = "0.3.31", default-features = false, features = ["std", "async-await"] } -owo-colors = "4.2.2" +owo-colors = "4.2.3" regex = "1.11.2" reqwest = { version = "0.12.23", default-features = false, features = ["charset", "http2", "macos-system-configuration", "rustls-tls", "json", "deflate", "gzip", "brotli", "zstd"] } serde = { version = "1.0.226", features = ["derive"] }