From 3c459f5d01100841a82c8a608bab3f048033a663 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 07:13:25 +0000 Subject: [PATCH] Update glutin requirement from 0.27 to 0.29 Updates the requirements on [glutin](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/v0.27.0...v0.29.0) --- updated-dependencies: - dependency-name: glutin dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b59e31b2..4d4edc59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ pathfinder_resources = "0.5" pathfinder_color = "0.5" pathfinder_geometry = "0.5" pathfinder_gl = "0.5" -glutin = "0.27" +glutin = "0.29" gl = "0.14" ipc-channel = "0.15"