Pull in proc-macro2 sccache fix

This commit is contained in:
David Tolnay 2024-01-01 22:08:35 -08:00
parent 6089273df5
commit d4caabdb38
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -12,9 +12,9 @@ rust-version = "1.56"
proc-macro = true
[dependencies]
proc-macro2 = "1.0.63"
quote = "1.0.29"
syn = "2.0.23"
proc-macro2 = "1.0.74"
quote = "1.0.35"
syn = "2.0.46"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]