aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-02-19 23:51:13 -0500
committerGitHub <noreply@github.com>2022-02-19 23:51:13 -0500
commitc5c281edbfebea3e02835849c348e39e05f7530f (patch)
tree1acf83cab39518182e95b9baf2268e21122a0db9 /lib
parent6694fbfbecb7046db57ff7ff7b3fc181456ec8aa (diff)
downloadxesite-c5c281edbfebea3e02835849c348e39e05f7530f.tar.xz
xesite-c5c281edbfebea3e02835849c348e39e05f7530f.zip
build(deps): bump eyre from 0.6.5 to 0.6.6 (#430)
Bumps [eyre](https://github.com/yaahc/eyre) from 0.6.5 to 0.6.6. - [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.5...v0.6.6) --- 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')
-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 73fa119..d7e0052 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.5"
+eyre = "0.6.6"
kankyo = "0.3"
tokio = { version = "1", features = ["full"] }