From 6c7a9e6abc316beb5864792da2b6db8f486c877f Mon Sep 17 00:00:00 2001 From: Ryan Avella Date: Sat, 21 Oct 2023 14:13:23 -0700 Subject: [PATCH] fix: Bump proc-macro2 to 1.0.60 in Cargo.lock to fix compilation on nightly. --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 17c773c..858a13a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -227,9 +227,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.47" +version = "1.0.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725" +checksum = "dec2b086b7a862cf4de201096214fa870344cf922b2b30c167badb3af3195406" dependencies = [ "unicode-ident", ]