chore(deps): bump smallvec from 0.6 to 1.9 in all local packages

`smallvec ^0.6` no longer compiles after `nightly-2022-07-15` if the
`union` feature is enabled.
This commit is contained in:
yvt 2022-10-10 02:50:07 +09:00
parent 30525b4f5f
commit 2236c8f4e4
6 changed files with 10 additions and 11 deletions

View file

@ -44,7 +44,7 @@ servo_atoms = { path = "../atoms" }
servo_config = { path = "../config" }
servo_geometry = { path = "../geometry" }
servo_url = { path = "../url" }
smallvec = { version = "0.6", features = ["std", "union"] }
smallvec = { version = "1.9", features = ["union"] }
style = { path = "../style", features = ["servo", "servo-layout-2013"] }
style_traits = { path = "../style_traits" }
unicode-bidi = { version = "0.3", features = ["with_serde"] }