]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_macros/Cargo.toml
Do not ICE on multipart suggestions touching multiple files
[rust.git] / src / librustc_macros / Cargo.toml
index f989ebc6dfd8e0210c707e4523b7a550f176b64f..c28fcb1a395ff999d2637908c08b8667ea3a164d 100644 (file)
@@ -8,8 +8,8 @@ edition = "2018"
 proc-macro = true
 
 [dependencies]
-synstructure = "0.10.2"
-syn = { version = "0.15.22", features = ["full"] }
-proc-macro2 = "0.4.24"
-quote = "0.6.10"
+synstructure = "0.12.1"
+syn = { version = "1", features = ["full"] }
+proc-macro2 = "1"
+quote = "1"
 itertools = "0.8"