From a94a4f85ac7f8b8b469af2f917df6d08898aeb0b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2020 08:28:39 +0000 Subject: [PATCH] Bump gleam from 0.9.2 to 0.11.0 Bumps [gleam](https://github.com/servo/gleam) from 0.9.2 to 0.11.0. - [Release notes](https://github.com/servo/gleam/releases) - [Commits](https://github.com/servo/gleam/commits) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 13 +++++++++++-- ports/glutin/Cargo.toml | 2 +- ports/gstplugin/Cargo.toml | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 339ff1aa6a4..f963598b927 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1967,6 +1967,15 @@ dependencies = [ "gl_generator 0.14.0", ] +[[package]] +name = "gleam" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d9a13b5bb12ab457c15400b43cbba5971df5c1898b6a9c30cc8c52cb01baa112" +dependencies = [ + "gl_generator 0.14.0", +] + [[package]] name = "glib" version = "0.9.3" @@ -4782,7 +4791,7 @@ dependencies = [ "clipboard", "euclid", "getopts", - "gleam 0.9.2", + "gleam 0.11.0", "image", "keyboard-types", "lazy_static", @@ -4847,7 +4856,7 @@ version = "0.0.1" dependencies = [ "crossbeam-channel", "euclid", - "gleam 0.9.2", + "gleam 0.11.0", "glib", "gst-plugin-version-helper", "gstreamer", diff --git a/ports/glutin/Cargo.toml b/ports/glutin/Cargo.toml index 918ebfb591d..589d91d8d4f 100644 --- a/ports/glutin/Cargo.toml +++ b/ports/glutin/Cargo.toml @@ -52,7 +52,7 @@ backtrace = "0.3" clipboard = "0.5" euclid = "0.20" getopts = "0.2.11" -gleam = "0.9" +gleam = "0.11" keyboard-types = "0.4.3" lazy_static = "1" libservo = {path = "../../components/servo"} diff --git a/ports/gstplugin/Cargo.toml b/ports/gstplugin/Cargo.toml index 5e8cd6e930f..4cf09356c17 100644 --- a/ports/gstplugin/Cargo.toml +++ b/ports/gstplugin/Cargo.toml @@ -17,7 +17,7 @@ path = "lib.rs" [dependencies] crossbeam-channel = "0.4" euclid = "0.20" -gleam = "0.9" +gleam = "0.11" glib = "0.9" gstreamer = "0.15" gstreamer-base = "0.15"