From cbc13ca898a9c167be6683b94c960e631b863d53 Mon Sep 17 00:00:00 2001 From: Aaron Hill Date: Mon, 24 Aug 2020 14:27:57 -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 6246599..86b8238 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1744,9 +1744,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-macro-nested"