chore(deps): bump owo-colors from 4.2.0 to 4.2.1 in the cargo group (#812)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-05-18 18:23:39 -04:00 committed by GitHub
parent 81f9ac31fd
commit 6526aed948
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1544,9 +1544,9 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
[[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"

View file

@ -36,7 +36,7 @@ indicatif = "0.17.11"
insta = "1.43.0"
jsonschema = "0.30.0"
line-index = "0.1.2"
owo-colors = "4.2.0"
owo-colors = "4.2.1"
regex = "1.11.1"
reqwest = { version = "0.12.15", default-features = false }
reqwest-middleware = "0.4.2"