diff --git a/filecaster-derive/Cargo.toml b/filecaster-derive/Cargo.toml index c278132..210185a 100644 --- a/filecaster-derive/Cargo.toml +++ b/filecaster-derive/Cargo.toml @@ -25,7 +25,7 @@ merge = ["dep:merge"] proc-macro2 = "1.0" quote = "1.0" proc-macro-error2 = "2.0" -syn = { version = "2.0", features = ["extra-traits", "parsing"] } +syn = { version = "2.0", features = ["parsing"] } serde = { workspace = true, optional = true } merge = { workspace = true, optional = true } @@ -33,3 +33,4 @@ merge = { workspace = true, optional = true } claims.workspace = true serde_json.workspace = true filecaster.workspace = true +syn = { version = "2.0", features = ["extra-traits", "parsing"] }