We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 627124b commit 69e73f5Copy full SHA for 69e73f5
Cargo.toml
@@ -15,9 +15,9 @@ rust-version = "1.56"
15
proc-macro = true
16
17
[dependencies]
18
-proc-macro2 = "1.0.63"
19
-quote = "1.0.29"
20
-syn = { version = "2.0.23", features = ["full", "visit-mut"] }
+proc-macro2 = "1.0.74"
+quote = "1.0.35"
+syn = { version = "2.0.46", features = ["full", "visit-mut"] }
21
22
[dev-dependencies]
23
futures = "0.3.30"
0 commit comments