fix(install): Downgrade `owo-colors` from 3.6.0 to 3.5.0 (#6203)

* downgrade owo-colors

* update Cargo.lock
This commit is contained in:
Alfredo Garcia 2023-02-22 23:38:28 -03:00 committed by GitHub
parent e40a84c6eb
commit b6f51640ec
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

@ -2727,9 +2727,9 @@ dependencies = [
[[package]]
name = "owo-colors"
version = "3.6.0"
version = "3.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69dc4ec9e7e12502579e09e8a53c6a305b3aceb62ad5c307a62f7c3eada78324"
checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
[[package]]
name = "pairing"

View File

@ -27,7 +27,7 @@ color-eyre = "0.6.2"
tinyvec = { version = "1.6.0", features = ["rustc_1_55"] }
humantime = "2.1.0"
owo-colors = "3.6.0"
owo-colors = "3.5.0"
spandoc = "0.2.2"
thiserror = "1.0.38"