Bump glutin to 0.30.5

This commit is contained in:
Kirill Chibisov 2023-02-12 00:41:02 +03:00 committed by GitHub
parent 38e0b562a9
commit 6edb113f14
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.4"
version = "0.30.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "373e3fbcfa6b9c313faa03625a08268168ba9be1003d1ecfcebd5266388aa131"
checksum = "a8bdbc089506fecf7466c194c806931300c6a1d4f578e88cc215a7726f998dfb"
dependencies = [
"bitflags",
"cfg_aliases",