build(deps): bump eyre from 0.6.2 to 0.6.3

Bumps [eyre](https://github.com/yaahc/eyre) from 0.6.2 to 0.6.3.
- [Release notes](https://github.com/yaahc/eyre/releases)
- [Changelog](https://github.com/yaahc/eyre/blob/v0.6.3/CHANGELOG.md)
- [Commits](https://github.com/yaahc/eyre/compare/v0.6.2...v0.6.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-11-11 10:45:03 +00:00 committed by GitHub
parent 089b14788d
commit f7c060a283
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

4
Cargo.lock generated
View File

@ -466,9 +466,9 @@ dependencies = [
[[package]]
name = "eyre"
version = "0.6.2"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "534ce924bff9118be8b28b24ede6bf7e96a00b53e4ded25050aa7b526e051e1a"
checksum = "5f29abf4740a4778632fe27a4f681ef5b7a6f659aeba3330ac66f48e20cfa3b7"
dependencies = [
"indenter",
"once_cell",