mirror of
https://github.com/kristoferssolo/filecaster.git
synced 2025-10-21 19:00:34 +00:00
chore: remove unneeded dependency
This commit is contained in:
parent
e20000513a
commit
98bcfb5006
@ -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"] }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user