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] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-08-10 21:16:49 +00:00 committed by GitHub
parent 303783f4f5
commit 9ab6616d12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

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

View File

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