Skip to content

Commit

Permalink
Merge pull request #540 from pinkforest/bump-quote
Browse files Browse the repository at this point in the history
Bump `quote` and `syn`
  • Loading branch information
rozbb committed Jun 30, 2023
2 parents f789810 + e17a0e7 commit 76e1934
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions curve25519-dalek-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ proc-macro = true

[dependencies]
proc-macro2 = "1.0.53"
quote = "1.0.26"
syn = { version = "2.0.8", features = ["full"] }
quote = "1.0.29"
syn = { version = "2.0.22", features = ["full"] }

0 comments on commit 76e1934

Please sign in to comment.