From db1c23569bcbe86b5e1439ba6596fe76159af4d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Mar 2025 13:49:02 +0000 Subject: [PATCH] build(deps): bump egui_glow in the egui-related group (#35838) Bumps the egui-related group with 1 update: [egui_glow](https://github.com/emilk/egui). Updates `egui_glow` from 0.31.0 to 0.31.1 - [Release notes](https://github.com/emilk/egui/releases) - [Changelog](https://github.com/emilk/egui/blob/master/CHANGELOG.md) - [Commits](https://github.com/emilk/egui/compare/0.31.0...0.31.1) --- updated-dependencies: - dependency-name: egui_glow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: egui-related ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- ports/servoshell/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0a6c2f5afa7..5765656f968 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1815,9 +1815,9 @@ dependencies = [ [[package]] name = "egui_glow" -version = "0.31.0" +version = "0.31.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a53e2374a964c3c793cb0b8ead81bca631f24974bc0b747d1a5622f4e39fdd0" +checksum = "910906e3f042ea6d2378ec12a6fd07698e14ddae68aed2d819ffe944a73aab9e" dependencies = [ "ahash", "bytemuck", diff --git a/ports/servoshell/Cargo.toml b/ports/servoshell/Cargo.toml index 8ed43fdd3af..84f40358830 100644 --- a/ports/servoshell/Cargo.toml +++ b/ports/servoshell/Cargo.toml @@ -111,7 +111,7 @@ serde_json = { workspace = true } servo_allocator = { path = "../../components/allocator" } dirs = "5.0" egui = { version = "0.31.1" } -egui_glow = { version = "0.31.0", features = ["winit"] } +egui_glow = { version = "0.31.1", features = ["winit"] } egui-winit = { version = "0.31.1", default-features = false, features = ["clipboard", "wayland"] } gilrs = "0.11.0" gleam = { workspace = true }