build(deps): bump owo-colors from 3.3.0 to 3.4.0 (#4189)
Bumps [owo-colors](https://github.com/jam1garner/owo-colors) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/jam1garner/owo-colors/releases) - [Commits](https://github.com/jam1garner/owo-colors/compare/v3.3.0...v3.4.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:
parent
05440763ac
commit
16b53d1733
|
|
@ -776,7 +776,7 @@ dependencies = [
|
||||||
"eyre",
|
"eyre",
|
||||||
"indenter",
|
"indenter",
|
||||||
"once_cell",
|
"once_cell",
|
||||||
"owo-colors 3.3.0",
|
"owo-colors 3.4.0",
|
||||||
"tracing-error 0.2.0",
|
"tracing-error 0.2.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
@ -799,7 +799,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "1ba75b3d9449ecdccb27ecbc479fdc0b87fa2dd43d2f8298f9bf0e59aacc8dce"
|
checksum = "1ba75b3d9449ecdccb27ecbc479fdc0b87fa2dd43d2f8298f9bf0e59aacc8dce"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"once_cell",
|
"once_cell",
|
||||||
"owo-colors 3.3.0",
|
"owo-colors 3.4.0",
|
||||||
"tracing-core",
|
"tracing-core",
|
||||||
"tracing-error 0.2.0",
|
"tracing-error 0.2.0",
|
||||||
]
|
]
|
||||||
|
|
@ -2826,9 +2826,9 @@ checksum = "2386b4ebe91c2f7f51082d4cefa145d030e33a1842a96b12e4885cc3c01f7a55"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "owo-colors"
|
name = "owo-colors"
|
||||||
version = "3.3.0"
|
version = "3.4.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "5e72e30578e0d0993c8ae20823dd9cff2bc5517d2f586a8aef462a581e8a03eb"
|
checksum = "decf7381921fea4dcb2549c5667eda59b3ec297ab7e2b5fc33eac69d2e7da87b"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pairing"
|
name = "pairing"
|
||||||
|
|
@ -6007,7 +6007,7 @@ dependencies = [
|
||||||
"insta",
|
"insta",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"once_cell",
|
"once_cell",
|
||||||
"owo-colors 3.3.0",
|
"owo-colors 3.4.0",
|
||||||
"proptest",
|
"proptest",
|
||||||
"rand 0.8.5",
|
"rand 0.8.5",
|
||||||
"regex",
|
"regex",
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ tower = { version = "0.4.12", features = ["util"] }
|
||||||
futures = "0.3.21"
|
futures = "0.3.21"
|
||||||
|
|
||||||
color-eyre = "0.5.11"
|
color-eyre = "0.5.11"
|
||||||
owo-colors = "3.3.0"
|
owo-colors = "3.4.0"
|
||||||
spandoc = "0.2.1"
|
spandoc = "0.2.1"
|
||||||
thiserror = "1.0.30"
|
thiserror = "1.0.30"
|
||||||
tracing-subscriber = "0.2.25"
|
tracing-subscriber = "0.2.25"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue