build(deps): bump owo-colors from 1.2.1 to 1.3.0

Bumps [owo-colors](https://github.com/jam1garner/owo-colors) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/jam1garner/owo-colors/releases)
- [Commits](https://github.com/jam1garner/owo-colors/commits)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-01-29 22:41:22 +00:00 committed by Deirdre Connolly
parent 7ad090367c
commit db9850afd5
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1977,9 +1977,9 @@ dependencies = [
[[package]]
name = "owo-colors"
version = "1.2.1"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13370dae44474229701bb69b90b4f4dca6404cb0357a2d50d635f1171dc3aa7b"
checksum = "2386b4ebe91c2f7f51082d4cefa145d030e33a1842a96b12e4885cc3c01f7a55"
[[package]]
name = "parity-scale-codec"

View File

@ -20,7 +20,7 @@ spandoc = "0.2.0"
regex = "1.4.3"
thiserror = "1.0.23"
pretty_assertions = "0.6.1"
owo-colors = "1.2.0"
owo-colors = "1.3.0"
proptest = "0.10.1"
[dev-dependencies]