From fb6ebfb07887edd3e530dcc487811f62267af6f5 Mon Sep 17 00:00:00 2001 From: Aaron Hill Date: Mon, 24 Aug 2020 14:45:37 -0400 Subject: [PATCH] Bump proc-macro-hack to 0.5.18 Your crate currently depends on an older version of proc-macro-hack which is buggy, and will stop compiling in a future release of Rust. See https://github.com/rust-lang/rust/issues/74616 for more details. --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e6163b3..bcf99d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -277,9 +277,9 @@ dependencies = [ [[package]] name = "proc-macro-hack" -version = "0.5.15" +version = "0.5.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d659fe7c6d27f25e9d80a1a094c223f5246f6a6596453e09d7229bf42750b63" +checksum = "99c605b9a0adc77b7211c6b1f722dcb613d68d66859a44f3d485a6da332b0598" [[package]] name = "proc-macro2"