From 1324d0446b79f074be02de7f2d23fd24a03d03aa Mon Sep 17 00:00:00 2001 From: john xu Date: Tue, 1 Aug 2023 11:29:26 +0800 Subject: [PATCH] fix: https://github.com/rust-lang/rust/issues/113152 --- crates/sync-generator/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/sync-generator/Cargo.toml b/crates/sync-generator/Cargo.toml index f68b0d13f849..9dae5f04617d 100644 --- a/crates/sync-generator/Cargo.toml +++ b/crates/sync-generator/Cargo.toml @@ -9,7 +9,7 @@ edition = { workspace = true } nom = "7.1.3" once_cell = "1.17.2" prisma-client-rust-sdk = { workspace = true } -proc-macro2 = "1.0.59" +proc-macro2 = "1.0.66" quote = "1.0.28" serde = { version = "1.0.163", features = ["derive"] } thiserror = "1.0.40"