build(deps): bump eyre from 0.6.1 to 0.6.2 (#246)

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

Closes #249
This commit is contained in:
dependabot-preview[bot] 2020-10-30 18:10:01 -04:00 committed by GitHub
parent 03eea22894
commit 683a3ec5e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

6
Cargo.lock generated
View File

@ -466,9 +466,9 @@ dependencies = [
[[package]]
name = "eyre"
version = "0.6.1"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4c5cb4dc433c59f09df4b4450f649cbfed61e8a3505abe32e4154066439157e"
checksum = "534ce924bff9118be8b28b24ede6bf7e96a00b53e4ded25050aa7b526e051e1a"
dependencies = [
"indenter",
"once_cell",
@ -2648,7 +2648,7 @@ dependencies = [
"pfacts",
"pretty_env_logger",
"prometheus",
"rand 0.6.5",
"rand 0.7.3",
"reqwest",
"ructe",
"serde",