Skip to content
This repository was archived by the owner on Mar 25, 2024. It is now read-only.

Commit caea939

Browse files
committed
Pull in proc-macro2 sccache fix
1 parent d255918 commit caea939

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,13 +15,13 @@ rust-version = "1.64"
1515
indexmap = "2"
1616
itoa = "1.0"
1717
ryu = "1.0"
18-
serde = "1.0.190"
18+
serde = "1.0.194"
1919
unsafe-libyaml = "0.2.10"
2020

2121
[dev-dependencies]
22-
anyhow = "1.0"
22+
anyhow = "1.0.79"
2323
indoc = "2.0"
24-
serde_derive = "1.0"
24+
serde_derive = "1.0.194"
2525

2626
[lib]
2727
doc-scrape-examples = false

0 commit comments

Comments
 (0)