Skip to content

Commit

Permalink
Pull in proc-macro2 sccache fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jan 2, 2024
1 parent 4726cdb commit 450a910
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ repository = "https://github.com/dtolnay/erased-serde"
rust-version = "1.56"

[dependencies]
serde = { version = "1.0.166", default-features = false }
serde = { version = "1.0.194", default-features = false }

[dev-dependencies]
rustversion = "1.0.13"
serde_cbor = "0.11.2"
serde_derive = "1.0.166"
serde_derive = "1.0.194"
serde_json = "1.0.99"
trybuild = { version = "1.0.83", features = ["diff"] }

Expand Down

0 comments on commit 450a910

Please sign in to comment.