mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-05 20:30:57 +00:00
Merge pull request #540 from pinkforest/bump-quote
Bump `quote` and `syn`
This commit is contained in:
commit
76e193415b
1 changed files with 2 additions and 2 deletions
|
|
@ -15,5 +15,5 @@ proc-macro = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
proc-macro2 = "1.0.53"
|
proc-macro2 = "1.0.53"
|
||||||
quote = "1.0.26"
|
quote = "1.0.29"
|
||||||
syn = { version = "2.0.8", features = ["full"] }
|
syn = { version = "2.0.22", features = ["full"] }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue