aboutsummaryrefslogtreecommitdiff
path: root/lib/cfcache
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-04-27 09:30:31 -0400
committerGitHub <noreply@github.com>2022-04-27 09:30:31 -0400
commit22c29ce49850d446f28bb296fdb03d86c69fc287 (patch)
tree45d9490656ec240c2784d148c773bff79e8d4c46 /lib/cfcache
parent1019e42fa7618fe158e0d2be314d377da08b782d (diff)
downloadxesite-22c29ce49850d446f28bb296fdb03d86c69fc287.tar.xz
xesite-22c29ce49850d446f28bb296fdb03d86c69fc287.zip
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'lib/cfcache')
-rw-r--r--lib/cfcache/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"] }