build(deps): bump color-eyre from 0.5.10 to 0.5.11 (#48)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-04-14 13:43:41 +05:30 committed by GitHub
parent 0beebcd079
commit 19e53101b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -140,9 +140,9 @@ dependencies = [
[[package]]
name = "color-eyre"
version = "0.5.10"
version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b29030875fd8376e4a28ef497790d5b4a7843d8d1396bf08ce46f5eec562c5c"
checksum = "1f1885697ee8a177096d42f158922251a41973117f6d8a234cee94b9509157b7"
dependencies = [
"backtrace",
"eyre",

View File

@ -14,7 +14,7 @@ readme = "README.md"
[dependencies]
clap = "3.0.0-beta.2"
color-eyre = { version = "0.5.10", default-features = false }
color-eyre = { version = "0.5.11", default-features = false }
indicatif = "0.15.0"
log = "0.4.14"
pretty_env_logger = "0.4.0"