mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-07 20:50:39 +00:00
Bump quote and syn
This commit is contained in:
parent
f789810e33
commit
e17a0e771a
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