build(deps): bump winit from 0.27.1 to 0.27.2

Bumps [winit](https://github.com/rust-windowing/winit) from 0.27.1 to 0.27.2.
- [Release notes](https://github.com/rust-windowing/winit/releases)
- [Changelog](https://github.com/rust-windowing/winit/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-windowing/winit/compare/v0.27.1...v0.27.2)

---
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] 2022-08-12 21:15:45 +00:00 committed by GitHub
parent 303783f4f5
commit e1b1b6a67f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 6 deletions

20
Cargo.lock generated
View File

@ -878,7 +878,7 @@ dependencies = [
"once_cell", "once_cell",
"osmesa-sys", "osmesa-sys",
"parking_lot", "parking_lot",
"raw-window-handle", "raw-window-handle 0.5.0",
"wayland-client", "wayland-client",
"wayland-egl", "wayland-egl",
"winapi", "winapi",
@ -1321,7 +1321,7 @@ dependencies = [
"jni-sys", "jni-sys",
"ndk-sys", "ndk-sys",
"num_enum", "num_enum",
"raw-window-handle", "raw-window-handle 0.5.0",
"thiserror", "thiserror",
] ]
@ -1947,6 +1947,15 @@ dependencies = [
"rand_core 0.3.1", "rand_core 0.3.1",
] ]
[[package]]
name = "raw-window-handle"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b800beb9b6e7d2df1fe337c9e3d04e3af22a124460fb4c30fcc22c9117cefb41"
dependencies = [
"cty",
]
[[package]] [[package]]
name = "raw-window-handle" name = "raw-window-handle"
version = "0.5.0" version = "0.5.0"
@ -2936,9 +2945,9 @@ checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
[[package]] [[package]]
name = "winit" name = "winit"
version = "0.27.1" version = "0.27.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9b91360f15eb89d0bfee05d3c5981408320fe709f84953d3d90b276fc5962c7" checksum = "83a8f3e9d742401efcfe833b8f84960397482ff049cb7bf59a112e14a4be97f7"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"cocoa", "cocoa",
@ -2955,7 +2964,8 @@ dependencies = [
"once_cell", "once_cell",
"parking_lot", "parking_lot",
"percent-encoding", "percent-encoding",
"raw-window-handle", "raw-window-handle 0.4.3",
"raw-window-handle 0.5.0",
"sctk-adwaita", "sctk-adwaita",
"smithay-client-toolkit", "smithay-client-toolkit",
"wasm-bindgen", "wasm-bindgen",

View File

@ -30,7 +30,7 @@ opt-level = 1
[dependencies] [dependencies]
cfg-if = "1.0.0" cfg-if = "1.0.0"
wasm-bindgen = "0.2.81" wasm-bindgen = "0.2.81"
winit = "0.27.0" winit = "0.27.2"
glow = "0.11.2" glow = "0.11.2"
byteorder = "1.4.3" byteorder = "1.4.3"
serde = "1.0.142" serde = "1.0.142"