From b0195eb8b74b1566a0c8b9bf65af644439497a7b Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Sun, 12 Feb 2023 17:04:59 +0300 Subject: Bump glutin to 0.30.6 Fixes #6694. --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b0c8a5f1..3b59e6ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -688,9 +688,9 @@ dependencies = [ [[package]] name = "glutin" -version = "0.30.5" +version = "0.30.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8bdbc089506fecf7466c194c806931300c6a1d4f578e88cc215a7726f998dfb" +checksum = "68dc39a51f661324ea93bf87066d62ee6e83439c4260332695478186ec318cac" dependencies = [ "bitflags", "cfg_aliases", -- cgit