diff --git a/components/style/Cargo.toml b/components/style/Cargo.toml index 3a784e19512..50e05fdc9d0 100644 --- a/components/style/Cargo.toml +++ b/components/style/Cargo.toml @@ -80,7 +80,7 @@ unicode-segmentation = "1.0" void = "1.0.2" [build-dependencies] -bindgen = { version = "0.53", optional = true, default-features = false } +bindgen = { version = "0.58", optional = true, default-features = false } lazy_static = "1" log = "0.4" regex = { version = "1.1", optional = true }