chore: bump dependencies

This commit is contained in:
Anand Balakrishnan 2023-09-01 14:54:47 -07:00
parent ff2e74517a
commit 961551b2cb
No known key found for this signature in database
5 changed files with 15 additions and 15 deletions

View file

@ -7,6 +7,6 @@ edition = "2021"
proc-macro = true
[dependencies]
proc-macro2 = "1.0.58"
quote = "1.0.27"
syn = { version = "2.0.16", features = ["full"] }
proc-macro2 = "1.0.66"
quote = "1.0.33"
syn = { version = "2.0.29", features = ["full"] }