From 9ab6616d12809d28324f96cfcc94168ffadb9e0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Aug 2022 21:16:49 +0000 Subject: [PATCH] build(deps): bump glutin from 0.29.0 to 0.29.1 Bumps [glutin](https://github.com/rust-windowing/glutin) from 0.29.0 to 0.29.1. - [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.29.0...v0.29.1) --- updated-dependencies: - dependency-name: glutin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4b5ebef..a8fa575 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -861,9 +861,9 @@ dependencies = [ [[package]] name = "glutin" -version = "0.29.0" +version = "0.29.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4f9adafdcaf3c81bc750238f4f6d694ef35ca3f79ae7417f2ca8af58838f24e" +checksum = "444c9ad294fdcaf20ccf6726b78f380b5450275540c9b68ab62f49726ad1c713" dependencies = [ "cgl", "cocoa", diff --git a/Cargo.toml b/Cargo.toml index 12d97d6..a1295b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ dirs = "4.0.0" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] reqwest = { version = "0.11.11", features = [ "blocking" ]} -glutin = "0.29.0" +glutin = "0.29.1" [target.'cfg(target_arch = "wasm32")'.dependencies] console_error_panic_hook = "0.1.7"