Bump owo-colors from 2.1.0 to 3.0.0
Bumps [owo-colors](https://github.com/jam1garner/owo-colors) from 2.1.0 to 3.0.0. - [Release notes](https://github.com/jam1garner/owo-colors/releases) - [Commits](https://github.com/jam1garner/owo-colors/compare/v2.1.0...v3.0.0) --- updated-dependencies: - dependency-name: owo-colors dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
4280ef5003
commit
09f23cb2e0
|
@ -2504,9 +2504,9 @@ checksum = "2386b4ebe91c2f7f51082d4cefa145d030e33a1842a96b12e4885cc3c01f7a55"
|
|||
|
||||
[[package]]
|
||||
name = "owo-colors"
|
||||
version = "2.1.0"
|
||||
version = "3.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3a61765925aec40abdb23812a3a1a01fafc6ffb9da22768b2ce665a9e84e527c"
|
||||
checksum = "cfea10fc4a7e897bc95f2e5f6a2c2a48d8a6594e14953289de816e6c74c34918"
|
||||
|
||||
[[package]]
|
||||
name = "pairing"
|
||||
|
@ -4934,7 +4934,7 @@ dependencies = [
|
|||
"hex",
|
||||
"lazy_static",
|
||||
"once_cell",
|
||||
"owo-colors 2.1.0",
|
||||
"owo-colors 3.0.0",
|
||||
"pretty_assertions",
|
||||
"proptest",
|
||||
"rand 0.8.4",
|
||||
|
|
|
@ -20,7 +20,7 @@ tokio = { version = "0.3", features = ["full"] }
|
|||
futures = "0.3.17"
|
||||
|
||||
color-eyre = "0.5.11"
|
||||
owo-colors = "2.1.0"
|
||||
owo-colors = "3.0.0"
|
||||
pretty_assertions = "1.0.0"
|
||||
spandoc = "0.2.0"
|
||||
thiserror = "1.0.30"
|
||||
|
|
Loading…
Reference in New Issue