Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
frozenlib committed Apr 2, 2023
1 parent 96b3a67 commit 6d5b9a8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ edition = "2021"
proc-macro = true

[dependencies]
syn = { version = "1.0.107", features = ["visit", "full"] }
quote = "1.0.23"
proc-macro2 = "1.0.49"
structmeta = "0.1.5"
syn = { version = "2.0.13", features = ["visit", "full"] }
quote = "1.0.26"
proc-macro2 = "1.0.55"
structmeta = "0.2.0"

[dev-dependencies]
proptest = "1.0.0"
trybuild = "1.0.75"
proptest = "1.1.0"
trybuild = "1.0.80"

0 comments on commit 6d5b9a8

Please sign in to comment.