diff --git a/Cargo.lock b/Cargo.lock index bff7ad010bc..6717e594f7a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2488,9 +2488,9 @@ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" [[package]] name = "glow" -version = "0.14.1" +version = "0.14.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f4a888dbe8181a7535853469c21c67ca9a1cea9460b16808fc018ea9e55d248" +checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483" dependencies = [ "js-sys", "slotmap", @@ -4064,7 +4064,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" dependencies = [ "cfg-if", - "windows-targets 0.48.5", + "windows-targets 0.52.6", ] [[package]] diff --git a/ports/servoshell/Cargo.toml b/ports/servoshell/Cargo.toml index db90706e15c..8f2d59c169b 100644 --- a/ports/servoshell/Cargo.toml +++ b/ports/servoshell/Cargo.toml @@ -108,7 +108,7 @@ egui-winit = { version = "0.29.1", default-features = false, features = ["clipbo euclid = { workspace = true } gilrs = "0.11.0" gleam = { workspace = true } -glow = "0.14.1" +glow = "0.14.2" headers = { workspace = true } http = { workspace = true } keyboard-types = { workspace = true }