From 1167c8245acb9a03aec202e57cbbfaa65377e525 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 17:36:09 +0000 Subject: [PATCH] build(deps): bump glow from 0.14.1 to 0.14.2 (#33810) Bumps [glow](https://github.com/grovesNL/glow) from 0.14.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-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- ports/servoshell/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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 }