Bump glutin to 0.30.6

Fixes #6694.
This commit is contained in:
Kirill Chibisov 2023-02-12 17:04:59 +03:00 committed by GitHub
parent 6edb113f14
commit b0195eb8b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

4
Cargo.lock generated
View File

@ -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",