build(deps): bump owo-colors from 3.4.0 to 3.5.0 (#5037)

Bumps [owo-colors](https://github.com/jam1garner/owo-colors) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/jam1garner/owo-colors/releases)
- [Commits](https://github.com/jam1garner/owo-colors/compare/v3.4.0...v3.5.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>

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] 2022-09-05 03:31:53 +00:00 committed by GitHub
parent df9540833d
commit ceff590c12
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

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

View File

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