Merge pull request #540 from pinkforest/bump-quote

Bump `quote` and `syn`
This commit is contained in:
Michael Rosenberg 2023-06-30 00:17:19 -04:00 committed by GitHub
commit 76e193415b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"] }