summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2023-02-12 17:04:59 +0300
committerGitHub <noreply@github.com>2023-02-12 17:04:59 +0300
commitb0195eb8b74b1566a0c8b9bf65af644439497a7b (patch)
tree8604f8f7e2b8ad5263b276fa942eac4abb96057e
parent6edb113f1490c3aaaf8d8019ca444effdb175b23 (diff)
Bump glutin to 0.30.6
Fixes #6694.
-rw-r--r--Cargo.lock4
1 files 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",