From 44f9e58f3ed4d4159ffc4a03f40fae29ec0f7ed1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 09:08:56 +0000 Subject: [PATCH] build(deps): bump glow from 0.13.1 to 0.14.2 Bumps [glow](https://github.com/grovesNL/glow) from 0.13.1 to 0.14.2. - [Commits](https://github.com/grovesNL/glow/commits) --- updated-dependencies: - dependency-name: glow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 ++++++++++++++-- examples/Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 91b25c4949aa..8844877081f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -287,7 +287,7 @@ checksum = "47921d14afc4daad9bedc926099bc6edcaa23e37a957448f86cdefcbafe2f632" dependencies = [ "bitflags 2.6.0", "fnv", - "glow", + "glow 0.13.1", "imgref", "log", "lru", @@ -685,6 +685,18 @@ dependencies = [ "web-sys", ] +[[package]] +name = "glow" +version = "0.14.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483" +dependencies = [ + "js-sys", + "slotmap", + "wasm-bindgen", + "web-sys", +] + [[package]] name = "gobject-sys" version = "0.21.0" @@ -790,7 +802,7 @@ dependencies = [ "epoxy", "femtovg", "glium", - "glow", + "glow 0.14.2", "gtk4", "im-rc", "image", diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 38a8211b87e5..6bd9f800fc0b 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -9,7 +9,7 @@ chrono = "0.4" femtovg = { version = "0.9", optional = true, default-features = false } glium = { version = "0.36", optional = true, default-features = false } -glow = { version = "0.13.0", optional = true } +glow = { version = "0.14.2", optional = true } epoxy = { version = "0.1.0", optional = true } libloading = { version = "0.8.5", optional = true } im-rc = { version = "15", optional = true }