From 22c29ce49850d446f28bb296fdb03d86c69fc287 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Apr 2022 09:30:31 -0400 Subject: [PATCH] build(deps): bump eyre from 0.6.7 to 0.6.8 (#452) Bumps [eyre](https://github.com/yaahc/eyre) from 0.6.7 to 0.6.8. - [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.7...v0.6.8) --- updated-dependencies: - dependency-name: eyre dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- lib/cfcache/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1ecd497..aefd74a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -655,9 +655,9 @@ checksum = "649cfd341410b1f8906e8ca1b39e5534be9312fda9182edd770cec34dfbce8d7" [[package]] name = "eyre" -version = "0.6.7" +version = "0.6.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9289ed2c0440a6536e65119725cf91fc2c6b5e513bfd2e36e1134d7cca6ca12f" +checksum = "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb" dependencies = [ "indenter", "once_cell", diff --git a/lib/cfcache/Cargo.toml b/lib/cfcache/Cargo.toml index d7e0052..d5c03ea 100644 --- a/lib/cfcache/Cargo.toml +++ b/lib/cfcache/Cargo.toml @@ -15,6 +15,6 @@ tracing = "0.1" tracing-futures = "0.2" [dev-dependencies] -eyre = "0.6.6" +eyre = "0.6.8" kankyo = "0.3" tokio = { version = "1", features = ["full"] }