chore(cargo): introduce syn 3 dependency

It is now used by at the latest versions of anyhow and thiserror,
so we will eventually have this duplicate dependency anyway.
This commit is contained in:
link2xt
2026-08-01 21:53:29 +00:00
parent 7021a3e899
commit cf5f87c81b
3 changed files with 14 additions and 2 deletions

View File

@@ -8,5 +8,5 @@ license = "MPL-2.0"
proc-macro = true
[dependencies]
syn = "2"
syn = "3"
quote = "1"