build(deps): bump winit from 0.26.0 to 0.26.1

Bumps [winit](https://github.com/rust-windowing/winit) from 0.26.0 to 0.26.1.
- [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.26.0...v0.26.1)

---
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-01-10 20:08:41 +00:00 committed by Mike Welsh
parent 807b22eabd
commit e5497e3351
2 changed files with 3 additions and 4 deletions

5
Cargo.lock generated
View File

@ -4085,12 +4085,11 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]] [[package]]
name = "winit" name = "winit"
version = "0.26.0" version = "0.26.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70466a5f4825cc88c92963591b06dbc255420bffe19d847bfcda475e82d079c0" checksum = "9b43cc931d58b99461188607efd7acb2a093e65fc621f54cad78517a6063e73a"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"block",
"cocoa", "cocoa",
"core-foundation 0.9.2", "core-foundation 0.9.2",
"core-graphics 0.22.3", "core-graphics 0.22.3",

View File

@ -14,7 +14,7 @@ ruffle_render_wgpu = { path = "../render/wgpu", features = ["clap"] }
env_logger = { version = "0.9", default-features = false, features = ["humantime", "regex"] } env_logger = { version = "0.9", default-features = false, features = ["humantime", "regex"] }
generational-arena = "0.2.8" generational-arena = "0.2.8"
log = "0.4" log = "0.4"
winit = "0.26.0" winit = "0.26.1"
webbrowser = "0.5.5" webbrowser = "0.5.5"
url = "2.2.2" url = "2.2.2"
clipboard = "0.5.0" clipboard = "0.5.0"