chore: move dependencies into the workspace and inherit from there

This commit is contained in:
Amaan Qureshi 2024-02-08 06:43:21 -05:00
parent 7980669267
commit a969fc428c
9 changed files with 141 additions and 155 deletions

View file

@ -9,7 +9,7 @@ rust-version.workspace = true
proc-macro = true
[dependencies]
proc-macro2 = "1.0.63"
quote = "1"
proc-macro2 = "1.0.78"
quote = "1.0.35"
rand = "0.8.5"
syn = { version = "1", features = ["full"] }
syn = { version = "2.0.48", features = ["full"] }