From 5a9dc98f07cbd13394142ccf578a951c742af286 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 07:24:25 +0000 Subject: [PATCH] build(deps): bump egui_glow in the egui-related group (#32712) Bumps the egui-related group with 1 update: [egui_glow](https://github.com/emilk/egui). Updates `egui_glow` from 0.28.0 to 0.28.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.28.0...0.28.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 9defa5c7fb8..7d1eb788c0b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1510,9 +1510,9 @@ dependencies = [ [[package]] name = "egui_glow" -version = "0.28.0" +version = "0.28.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa80fb1b442fdf521db80dd3fb8fd01cf885f428c1b16d62959a249909bf541e" +checksum = "4e2bdc8b38cfa17cc712c4ae079e30c71c00cd4c2763c9e16dc7860a02769103" dependencies = [ "ahash", "bytemuck", diff --git a/ports/servoshell/Cargo.toml b/ports/servoshell/Cargo.toml index 616061f95bf..fb113be2ad3 100644 --- a/ports/servoshell/Cargo.toml +++ b/ports/servoshell/Cargo.toml @@ -94,7 +94,7 @@ ohos-sys = { git = "https://github.com/jschwe/ohos-sys.git" } servo_allocator = { path = "../../components/allocator" } arboard = { version = "3" } egui = { version = "0.28.1" } -egui_glow = { version = "0.28.0", features = ["winit"] } +egui_glow = { version = "0.28.1", features = ["winit"] } egui-winit = { version = "0.28.1", default-features = false, features = ["clipboard", "wayland"] } euclid = { workspace = true } gilrs = "0.10.7"