From 095e6cefd336f0348dd3236dd6e02b6c6f0fcc66 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Thu, 29 Jun 2023 16:13:47 -0400 Subject: [PATCH] fix(ci): https://github.com/rust-lang/rust/issues/113152#issuecomment-1612580132 --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 63f5731..866a9e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2069,9 +2069,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.53" +version = "1.0.63" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba466839c78239c09faf015484e5cc04860f88242cff4d03eb038f04b4699b73" +checksum = "7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb" dependencies = [ "unicode-ident", ]