aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock4
-rw-r--r--ports/servoshell/Cargo.toml2
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 }