Skip to content

Commit d4caabd

Browse files
committed
Pull in proc-macro2 sccache fix
1 parent 6089273 commit d4caabd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

impl/Cargo.toml

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

1414
[dependencies]
15-
proc-macro2 = "1.0.63"
16-
quote = "1.0.29"
17-
syn = "2.0.23"
15+
proc-macro2 = "1.0.74"
16+
quote = "1.0.35"
17+
syn = "2.0.46"
1818

1919
[package.metadata.docs.rs]
2020
targets = ["x86_64-unknown-linux-gnu"]

0 commit comments

Comments
 (0)