build(deps): bump owo-colors from 3.2.0 to 3.3.0 (#3920)
Bumps [owo-colors](https://github.com/jam1garner/owo-colors) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/jam1garner/owo-colors/releases) - [Commits](https://github.com/jam1garner/owo-colors/compare/v3.2.0...v3.3.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
16872f3ba6
commit
e22de0e646
|
@ -756,7 +756,7 @@ dependencies = [
|
|||
"eyre",
|
||||
"indenter",
|
||||
"once_cell",
|
||||
"owo-colors 3.2.0",
|
||||
"owo-colors 3.3.0",
|
||||
"tracing-error 0.2.0",
|
||||
]
|
||||
|
||||
|
@ -779,7 +779,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "1ba75b3d9449ecdccb27ecbc479fdc0b87fa2dd43d2f8298f9bf0e59aacc8dce"
|
||||
dependencies = [
|
||||
"once_cell",
|
||||
"owo-colors 3.2.0",
|
||||
"owo-colors 3.3.0",
|
||||
"tracing-core",
|
||||
"tracing-error 0.2.0",
|
||||
]
|
||||
|
@ -2719,9 +2719,9 @@ checksum = "2386b4ebe91c2f7f51082d4cefa145d030e33a1842a96b12e4885cc3c01f7a55"
|
|||
|
||||
[[package]]
|
||||
name = "owo-colors"
|
||||
version = "3.2.0"
|
||||
version = "3.3.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "20448fd678ec04e6ea15bbe0476874af65e98a01515d667aa49f1434dc44ebf4"
|
||||
checksum = "5e72e30578e0d0993c8ae20823dd9cff2bc5517d2f586a8aef462a581e8a03eb"
|
||||
|
||||
[[package]]
|
||||
name = "pairing"
|
||||
|
@ -5824,7 +5824,7 @@ dependencies = [
|
|||
"insta",
|
||||
"lazy_static",
|
||||
"once_cell",
|
||||
"owo-colors 3.2.0",
|
||||
"owo-colors 3.3.0",
|
||||
"proptest",
|
||||
"rand 0.8.5",
|
||||
"regex",
|
||||
|
|
|
@ -21,7 +21,7 @@ tower = { version = "0.4.12", features = ["util"] }
|
|||
futures = "0.3.21"
|
||||
|
||||
color-eyre = "0.5.11"
|
||||
owo-colors = "3.2.0"
|
||||
owo-colors = "3.3.0"
|
||||
spandoc = "0.2.1"
|
||||
thiserror = "1.0.30"
|
||||
tracing-subscriber = "0.2.25"
|
||||
|
|
Loading…
Reference in New Issue