Skip to content

Commit

Permalink
build(deps): bump winit from 0.27.5 to 0.28.6
Browse files Browse the repository at this point in the history
Bumps [winit](https://github.com/rust-windowing/winit) from 0.27.5 to 0.28.6.
- [Release notes](https://github.com/rust-windowing/winit/releases)
- [Changelog](https://github.com/rust-windowing/winit/blob/master/CHANGELOG.md)
- [Commits](rust-windowing/winit@v0.27.5...v0.28.6)

---
updated-dependencies:
- dependency-name: winit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 12, 2023
1 parent 8da55b5 commit 06f7b59
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 18 deletions.
24 changes: 7 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ piston_window = { version = "0.130.0", optional = true }

# backend_pixels
pixels = { version = "0.10.0", optional = true }
winit = { version = "0.27.5", optional = true }
winit = { version = "0.28.6", optional = true }
winit_input_helper = { version = "0.13.0", optional = true }

anyhow = "1.0.75"
Expand Down

0 comments on commit 06f7b59

Please sign in to comment.