From 4d294d4548d77018495fae99026fe27744e4f5d9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2020 07:56:44 +0000 Subject: [PATCH] Bump lazycell from 1.2.1 to 1.3.0 Bumps [lazycell](https://github.com/indiv0/lazycell) from 1.2.1 to 1.3.0. - [Release notes](https://github.com/indiv0/lazycell/releases) - [Changelog](https://github.com/indiv0/lazycell/blob/master/CHANGELOG.md) - [Commits](https://github.com/indiv0/lazycell/commits) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dcba1173ee7..9b1146373ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3116,9 +3116,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "lazycell" -version = "1.2.1" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f" +checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "leak"