From b30f793515a2685fba78ed7081e804c9b4813d38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 16:25:07 +0000 Subject: [PATCH] Bump synstructure from 0.12.3 to 0.12.6 Bumps [synstructure](https://github.com/mystor/synstructure) from 0.12.3 to 0.12.6. - [Release notes](https://github.com/mystor/synstructure/releases) - [Commits](https://github.com/mystor/synstructure/commits) --- updated-dependencies: - dependency-name: synstructure dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b570c0bd27c..79febbcb46b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6387,9 +6387,9 @@ dependencies = [ [[package]] name = "synstructure" -version = "0.12.3" +version = "0.12.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67656ea1dc1b41b1451851562ea232ec2e5a80242139f7e679ceccfb5d61f545" +checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f" dependencies = [ "proc-macro2", "quote",