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:
parent
7a75522885
commit
8e7d91b4a3
|
|
@ -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",
|
||||
]
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in New Issue