Bump eyre from 0.4.2 to 0.4.3

Bumps [eyre](https://github.com/yaahc/eyre) from 0.4.2 to 0.4.3.
- [Release notes](https://github.com/yaahc/eyre/releases)
- [Commits](https://github.com/yaahc/eyre/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-06-02 22:05:00 +00:00 committed by Deirdre Connolly
parent 7a75522885
commit 8e7d91b4a3
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -446,9 +446,9 @@ dependencies = [
[[package]]
name = "eyre"
version = "0.4.2"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0fd0cbbcb0f8f25b9d9aada7235e1122c1d1a443293ee9efce58a579f9f5c25"
checksum = "e9e412cbea04ea7af520b2f4d4ac1677ce546027a7237d8a40b494e34e1e0e31"
dependencies = [
"indenter",
]

View File

@ -30,7 +30,7 @@ metrics = "0.12"
zebra-chain = { path = "../zebra-chain" }
zebra-network = { path = "../zebra-network" }
eyre = "0.4.2"
eyre = "0.4.3"
color-eyre = "0.3.2"
[dev-dependencies]