diff --git a/components/canvas/Cargo.toml b/components/canvas/Cargo.toml index f21ebffc4b8..3fad974a8e0 100644 --- a/components/canvas/Cargo.toml +++ b/components/canvas/Cargo.toml @@ -40,5 +40,5 @@ git = "https://github.com/servo/webrender_traits" [dependencies] log = "0.3" num = "0.1.24" -gleam = "0.2" +gleam = "0.2.8" euclid = {version = "0.6.4", features = ["plugins"]} diff --git a/components/compositing/Cargo.toml b/components/compositing/Cargo.toml index cfac3ae2ec0..3d08ef76f05 100644 --- a/components/compositing/Cargo.toml +++ b/components/compositing/Cargo.toml @@ -91,7 +91,7 @@ git = "https://github.com/servo/webrender" [dependencies] app_units = {version = "0.2.3", features = ["plugins"]} euclid = {version = "0.6.4", features = ["plugins"]} -gleam = "0.2" +gleam = "0.2.8" image = "0.7" log = "0.3" num = "0.1.24" diff --git a/ports/cef/Cargo.toml b/ports/cef/Cargo.toml index 9c84c211e99..2bfa2c2f76c 100644 --- a/ports/cef/Cargo.toml +++ b/ports/cef/Cargo.toml @@ -10,7 +10,7 @@ crate-type = ["dylib"] [dependencies] euclid = {version = "0.6.4", features = ["plugins"]} -gleam = "0.2" +gleam = "0.2.8" libc = "0.2" url = {version = "0.5.7", features = ["heap_size"]} diff --git a/ports/glutin/Cargo.toml b/ports/glutin/Cargo.toml index 535d42aab2a..9e3066ee127 100644 --- a/ports/glutin/Cargo.toml +++ b/ports/glutin/Cargo.toml @@ -14,7 +14,7 @@ headless = ["servo-glutin/headless"] [dependencies] bitflags = "0.3" url = {version = "0.5.7", features = ["heap_size"]} -gleam = "0.2" +gleam = "0.2.8" euclid = {version = "0.6.4", features = ["plugins"]} servo-glutin = "0.4" diff --git a/ports/gonk/Cargo.toml b/ports/gonk/Cargo.toml index 246225329bf..557dcfe2798 100644 --- a/ports/gonk/Cargo.toml +++ b/ports/gonk/Cargo.toml @@ -54,5 +54,5 @@ time = "0.1.17" errno = "0.1" libc = "0.2" euclid = {version = "0.6.4", features = ["plugins"]} -gleam = "0.2" +gleam = "0.2.8" servo-egl = "0.2"