Bump owo-colors from 3.1.1 to 3.2.0 (#3299)

Bumps [owo-colors](https://github.com/jam1garner/owo-colors) from 3.1.1 to 3.2.0.
- [Release notes](https://github.com/jam1garner/owo-colors/releases)
- [Commits](https://github.com/jam1garner/owo-colors/compare/v3.1.1...v3.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-12-28 11:06:14 +10:00 committed by GitHub
parent 1cbc06aa64
commit a3cbca6245
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -2223,9 +2223,9 @@ checksum = "2386b4ebe91c2f7f51082d4cefa145d030e33a1842a96b12e4885cc3c01f7a55"
[[package]]
name = "owo-colors"
version = "3.1.1"
version = "3.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d3b1ca05e7e4171727a5dab03790a344f248eaad925dce8ba0014fd78392b88"
checksum = "20448fd678ec04e6ea15bbe0476874af65e98a01515d667aa49f1434dc44ebf4"
[[package]]
name = "pairing"
@ -4523,7 +4523,7 @@ dependencies = [
"hex",
"lazy_static",
"once_cell",
"owo-colors 3.1.1",
"owo-colors 3.2.0",
"proptest",
"rand 0.8.4",
"regex",

View File

@ -20,7 +20,7 @@ tower = { version = "0.4.11", features = ["util"] }
futures = "0.3.19"
color-eyre = "0.5.11"
owo-colors = "3.1.1"
owo-colors = "3.2.0"
spandoc = "0.2.0"
thiserror = "1.0.30"
tracing = "0.1.29"