From 7b5d0695f1776164ad209baec90d9558c21d704d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 25 May 2020 08:31:35 +0000 Subject: [PATCH] Bump proc-macro-hack from 0.5.9 to 0.5.16 Bumps [proc-macro-hack](https://github.com/dtolnay/proc-macro-hack) from 0.5.9 to 0.5.16. - [Release notes](https://github.com/dtolnay/proc-macro-hack/releases) - [Commits](https://github.com/dtolnay/proc-macro-hack/compare/0.5.9...0.5.16) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1f8b9e2e7fe..514f2314a4c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4231,14 +4231,9 @@ checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" [[package]] name = "proc-macro-hack" -version = "0.5.9" +version = "0.5.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e688f31d92ffd7c1ddc57a1b4e6d773c0f2a14ee437a4b0a4f5a69c80eb221c8" -dependencies = [ - "proc-macro2 1.0.1", - "quote 1.0.2", - "syn", -] +checksum = "7e0456befd48169b9f13ef0f0ad46d492cf9d2dbb918bcf38e01eed4ce3ec5e4" [[package]] name = "proc-macro-nested"