Skip to content

Commit

Permalink
Merge pull request #23 from sd2k/bump-dependencies
Browse files Browse the repository at this point in the history
Bump syn/quote/proc-macro2 dependencies to v1
  • Loading branch information
quodlibetor authored Mar 25, 2023
2 parents 33fc2b0 + fbac15b commit bfc461d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ repository = "https://github.com/quodlibetor/diesel-derive-newtype"
maintenance = { status = "passively-maintained" }

[dependencies]
proc-macro2 = "0.4"
syn = "0.14"
quote = "0.6"
proc-macro2 = "1.0.51"
syn = "1.0.109"
quote = "1.0.23"

[dev-dependencies]
diesel = { version = "1", features = ["sqlite"] }
Expand Down

0 comments on commit bfc461d

Please sign in to comment.