From 6df4c5787927f9815e493261eceafd467bd85e4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Oct 2022 07:10:43 +0000 Subject: [PATCH] Update glutin requirement from 0.27 to 0.30 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.30.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..c2beb566 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.30" gl = "0.14" ipc-channel = "0.15"