Pull in proc-macro2 sccache fix

This commit is contained in:
David Tolnay 2024-01-01 23:24:08 -08:00
parent d255918c14
commit caea939ece
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
1 changed files with 3 additions and 3 deletions

View File

@ -15,13 +15,13 @@ rust-version = "1.64"
indexmap = "2"
itoa = "1.0"
ryu = "1.0"
serde = "1.0.190"
serde = "1.0.194"
unsafe-libyaml = "0.2.10"
[dev-dependencies]
anyhow = "1.0"
anyhow = "1.0.79"
indoc = "2.0"
serde_derive = "1.0"
serde_derive = "1.0.194"
[lib]
doc-scrape-examples = false