Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stoically committed Jun 26, 2022
1 parent b768e06 commit 630e462
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ license = "MIT"
bench = false

[dependencies]
proc-macro2 = "1"
quote = "1"
syn = { version = "1", features = ["full", "parsing", "extra-traits"] }
proc-macro2 = "1.0.40"
quote = "1.0.20"
syn = { version = "1.0.98", features = ["full", "parsing", "extra-traits"] }

[dev-dependencies]
criterion = "0.3"
criterion = "0.3.5"

[[bench]]
name = "bench"
Expand Down

0 comments on commit 630e462

Please sign in to comment.