From afe60808ac061c325b77a67af2d34f1e7f0f2e90 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2020 17:52:08 +0000 Subject: [PATCH] build(deps): bump synstructure from 0.12.3 to 0.12.4 Bumps [synstructure](https://github.com/mystor/synstructure) from 0.12.3 to 0.12.4. - [Release notes](https://github.com/mystor/synstructure/releases) - [Commits](https://github.com/mystor/synstructure/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 4255e3f03..747e9c499 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1142,9 +1142,9 @@ dependencies = [ [[package]] name = "synstructure" -version = "0.12.3" +version = "0.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67656ea1dc1b41b1451851562ea232ec2e5a80242139f7e679ceccfb5d61f545" +checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701" dependencies = [ "proc-macro2", "quote",