build(deps): bump owo-colors from 1.1.3 to 1.2.0

Bumps [owo-colors](https://github.com/jam1garner/owo-colors) from 1.1.3 to 1.2.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] 2020-12-02 10:01:09 +00:00 committed by Henry de Valence
parent b449fe93b2
commit 6a075ed4b2
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1863,9 +1863,9 @@ dependencies = [
[[package]]
name = "owo-colors"
version = "1.1.3"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a1250cdd103eef6bd542b5ae82989f931fc00a41a27f60377338241594410f3"
checksum = "25ac891a7415905f6cc1b61909772d1a975c0281da8b455f269daa0b6e56f9cb"
[[package]]
name = "parity-scale-codec"

View File

@ -20,7 +20,7 @@ spandoc = "0.2.0"
regex = "1.4.2"
thiserror = "1.0.22"
pretty_assertions = "0.6.1"
owo-colors = "1.1.3"
owo-colors = "1.2.0"
proptest = "0.10.1"
tempdir = "0.3.7"