From 3ed37c33658e20b9b1aa6f1f6cacba7b489eb170 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 03:01:46 +0000 Subject: [PATCH] Bump glutin_wgl_sys from 0.4.0 to 0.5.0 (#4281) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- wgpu-hal/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bd8e839d56..e92b252960 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1407,9 +1407,9 @@ dependencies = [ [[package]] name = "glutin_wgl_sys" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef89398e90033fc6bc65e9bd42fd29bbbfd483bda5b56dc5562f455550618165" +checksum = "6c8098adac955faa2d31079b65dc48841251f69efd3ac25477903fc424362ead" dependencies = [ "gl_generator", ] @@ -3534,7 +3534,7 @@ dependencies = [ "env_logger", "glow", "glutin", - "glutin_wgl_sys 0.4.0", + "glutin_wgl_sys 0.5.0", "gpu-alloc", "gpu-allocator", "gpu-descriptor", diff --git a/wgpu-hal/Cargo.toml b/wgpu-hal/Cargo.toml index adb321ae95..0dd4fe8ca6 100644 --- a/wgpu-hal/Cargo.toml +++ b/wgpu-hal/Cargo.toml @@ -97,7 +97,7 @@ range-alloc = { version = "0.1", optional = true } gpu-allocator = { version = "0.23", default_features = false, features = ["d3d12", "public-winapi"], optional = true } hassle-rs = { version = "0.10", optional = true } # backend: Gles -glutin_wgl_sys = { version = "0.4", optional = true } +glutin_wgl_sys = { version = "0.5", optional = true } winapi = { version = "0.3", features = ["profileapi", "libloaderapi", "windef", "winuser", "dcomp"] } d3d12 = { version = "0.7", features = ["libloading"], optional = true }