From a125d7262ce7af794064309ef65ae9deb2a56068 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 08:56:12 +0000 Subject: [PATCH] Update glutin-winit requirement from 0.4.2 to 0.5.0 Updates the requirements on [glutin-winit](https://github.com/rust-windowing/glutin) to permit the latest version. - [Release notes](https://github.com/rust-windowing/glutin/releases) - [Changelog](https://github.com/rust-windowing/glutin/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-windowing/glutin/compare/glutin-winit-v0.4.2...glutin-winit-v0.5.0) --- updated-dependencies: - dependency-name: glutin-winit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/render-opengl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/render-opengl/Cargo.toml b/examples/render-opengl/Cargo.toml index 787bd01..e893062 100644 --- a/examples/render-opengl/Cargo.toml +++ b/examples/render-opengl/Cargo.toml @@ -12,7 +12,7 @@ clap = { version = "4.1.8", features = ["derive"] } glam = { version = "0.29.0", features = ["bytemuck"] } glow = { version = "0.14.1" } glutin = "0.31.2" -glutin-winit = "0.4.2" +glutin-winit = "0.5.0" raw-window-handle = "0.5.2" tracing = "0.1.37" tracing-subscriber = "0.3.16"