aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-09-30 20:11:28 -0400
committerGitHub <noreply@github.com>2020-09-30 20:11:28 -0400
commit6fc926f6625193a2fda0075b4412e732c10556c9 (patch)
tree723d2355b47bb12d0ac6b31f53e0527407203fac
parent01255dafa8490a4c630d92c5f8e545b3b7b19bb3 (diff)
downloadxesite-6fc926f6625193a2fda0075b4412e732c10556c9.tar.xz
xesite-6fc926f6625193a2fda0075b4412e732c10556c9.zip
build(deps): bump eyre from 0.6.0 to 0.6.1 (#217)
Bumps [eyre](https://github.com/yaahc/eyre) from 0.6.0 to 0.6.1. - [Release notes](https://github.com/yaahc/eyre/releases) - [Changelog](https://github.com/yaahc/eyre/blob/master/CHANGELOG.md) - [Commits](https://github.com/yaahc/eyre/commits/v0.6.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 586fd0a..aa354ef 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -457,9 +457,9 @@ dependencies = [
[[package]]
name = "eyre"
-version = "0.6.0"
+version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b0f9683839e579a53258d377fcc0073ca0bf2042ac5e6c60a598069e64403a6d"
+checksum = "f4c5cb4dc433c59f09df4b4450f649cbfed61e8a3505abe32e4154066439157e"
dependencies = [
"indenter",
"once_cell",