Skip to content

Commit 69e73f5

Browse files
committed
Pull in proc-macro2 sccache fix
1 parent 627124b commit 69e73f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ rust-version = "1.56"
1515
proc-macro = true
1616

1717
[dependencies]
18-
proc-macro2 = "1.0.63"
19-
quote = "1.0.29"
20-
syn = { version = "2.0.23", features = ["full", "visit-mut"] }
18+
proc-macro2 = "1.0.74"
19+
quote = "1.0.35"
20+
syn = { version = "2.0.46", features = ["full", "visit-mut"] }
2121

2222
[dev-dependencies]
2323
futures = "0.3.30"

0 commit comments

Comments
 (0)