Bump syn from 2.0.87 to 2.0.95 to be compatible with modeling-cmds 0.… (#4945)

Bump syn from 2.0.87 to 2.0.95 to be compatible with modeling-cmds 0.2.86
This commit is contained in:
Jonathan Tran
2025-01-06 19:57:25 -05:00
committed by GitHub
parent 275a2150e7
commit d9c2dd376e
2 changed files with 50 additions and 50 deletions

View File

@ -20,7 +20,7 @@ quote = "1"
regex = "1.11"
serde = { version = "1.0.214", features = ["derive"] }
serde_tokenstream = "0.2"
syn = { version = "2.0.87", features = ["full"] }
syn = { version = "2.0.95", features = ["full"] }
[dev-dependencies]
anyhow = "1.0.95"