fix: unknown feature proc_macro_span_shrink (#1143)

fix: https://github.com/rust-lang/rust/issues/113152
This commit is contained in:
John Smith
2023-08-02 14:02:06 +08:00
committed by GitHub
parent c2da6ef1dd
commit 58b7a96860

View File

@@ -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"