build(deps): bump owo-colors from 3.5.0 to 4.0.0

Bumps [owo-colors](https://github.com/jam1garner/owo-colors) from 3.5.0 to 4.0.0.
- [Commits](https://github.com/jam1garner/owo-colors/compare/v3.5.0...v4.0.0)

---
updated-dependencies:
- dependency-name: owo-colors
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-01-08 08:31:01 +00:00 committed by GitHub
parent 7488ca0c4c
commit dc0e7c88c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2864,9 +2864,9 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
[[package]]
name = "owo-colors"
version = "3.5.0"
version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
checksum = "caff54706df99d2a78a5a4e3455ff45448d81ef1bb63c22cd14052ca0e993a3f"
[[package]]
name = "p384"

View File

@ -37,7 +37,7 @@ indoc = "2.0.4"
is-terminal = "0.4.9"
itertools = "0.12.0"
once_cell = "1.19.0"
owo-colors = "3.5.0"
owo-colors = "4.0.0"
parse-display = "0.8.2"
pep-508 = "0.4.0"
rayon = "1.8.0"