From 39749833d5bacca43c23368a7a5b11c25befc95d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Oct 2021 13:01:38 +0000 Subject: [PATCH] build(deps): bump synstructure from 0.12.4 to 0.12.6 Bumps [synstructure](https://github.com/mystor/synstructure) from 0.12.4 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: direct:production 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 ab16516..02ce573 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -815,9 +815,9 @@ dependencies = [ [[package]] name = "synstructure" -version = "0.12.4" +version = "0.12.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701" +checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f" dependencies = [ "proc-macro2", "quote",