diff --git a/Cargo.toml b/Cargo.toml index 7f99dcf36..7e684c2ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -113,6 +113,7 @@ napi-derive = "3.0.0-alpha.11" # Relaxed version so the user can decide which version to use. proc-macro2 = "1" +quote = "1" syn = { version = "2", default-features = false } unicode-id-start = "1" @@ -170,7 +171,6 @@ phf = "0.11.2" pico-args = "0.5.0" prettyplease = "0.2.22" project-root = "0.2.2" -quote = "1.0.37" rayon = "1.10.0" regex = "1.11.0" ropey = "1.6.1"