aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-10-30 18:10:01 -0400
committerGitHub <noreply@github.com>2020-10-30 18:10:01 -0400
commit683a3ec5e68e52d44a3f0fe2f2a71d086e3be9ee (patch)
treef9f6e64c3ce75e024116fbc9bc52d2325b961c0d /Cargo.lock
parent03eea22894057300f6d2392e8cdb1b883732a5fa (diff)
downloadxesite-683a3ec5e68e52d44a3f0fe2f2a71d086e3be9ee.tar.xz
xesite-683a3ec5e68e52d44a3f0fe2f2a71d086e3be9ee.zip
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
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f144340..232f524 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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",