Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
azriel91 committed Dec 18, 2021
1 parent 29d26ca commit fc4f31d
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 @@ -15,10 +15,10 @@ path = "src/lib.rs"
proc-macro = true

[dependencies]
proc-macro2 = "1.0.26"
proc-macro2 = "1.0.34"
proc_macro_roids = "0.7.0"
quote = "1.0.9"
syn = { version = "1.0.69", features = ["extra-traits", "visit"] }
quote = "1.0.10"
syn = { version = "1.0.82", features = ["extra-traits", "visit"] }

[dev-dependencies]
pretty_assertions = "0.6.1"
pretty_assertions = "1.0.0"

0 comments on commit fc4f31d

Please sign in to comment.