Bump winit from 0.28.3 to 0.28.5

Bumps [winit](https://github.com/rust-windowing/winit) from 0.28.3 to 0.28.5.
- [Release notes](https://github.com/rust-windowing/winit/releases)
- [Changelog](https://github.com/rust-windowing/winit/blob/v0.28.5/CHANGELOG.md)
- [Commits](https://github.com/rust-windowing/winit/compare/v0.28.3...v0.28.5)

---
updated-dependencies:
- dependency-name: winit
  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] 2023-05-08 13:01:25 +00:00 committed by Hanno Braun
parent ddd4752abd
commit 3befe0d559
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -4580,9 +4580,9 @@ checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
[[package]]
name = "winit"
version = "0.28.3"
version = "0.28.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f504e8c117b9015f618774f8d58cd4781f5a479bc41079c064f974cbb253874"
checksum = "94c9651471cd576737671fbf7081edfea43de3e06846dd9bd4e49ea803c9f55f"
dependencies = [
"android-activity",
"bitflags",

View File

@ -19,7 +19,7 @@ crossbeam-channel = "0.5.8"
futures = "0.3.28"
thiserror = "1.0.40"
tracing = "0.1.37"
winit = "0.28.3"
winit = "0.28.5"
[dependencies.egui-winit]
version = "0.21.1"