mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
Dedupliate syn
(#33038)
This is the last step toward removing our use of `syn` version 1. It does three things: 1. Upgrades `async-recursion` to a newer version that uses `syn` 2. 2. Removes the use of `enum-iterator` that was only used to produce a trivial list of enum names. This reduces the number of crates we dependo on by 2. 3. Upgrades `media` to a version which no longer uses `syn` 1 Fixes #33034. Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
fb6b56cdda
commit
478d95d245
6 changed files with 89 additions and 109 deletions
|
@ -49,7 +49,6 @@ dom_struct = { path = "../dom_struct" }
|
|||
domobject_derive = { path = "../domobject_derive" }
|
||||
embedder_traits = { workspace = true }
|
||||
encoding_rs = { workspace = true }
|
||||
enum-iterator = "0.3"
|
||||
euclid = { workspace = true }
|
||||
fnv = { workspace = true }
|
||||
fxhash = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue