Skip to content

Commit

Permalink
build(deps): update winit requirement from 0.29 to 0.30
Browse files Browse the repository at this point in the history
Updates the requirements on [winit](https://github.com/rust-windowing/winit) to permit the latest version.
- [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.29.1-beta...v0.30.0)

---
updated-dependencies:
- dependency-name: winit
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 29, 2024
1 parent ced9df0 commit df0383b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ v4l2-sys = { path = "v4l2-sys", version = "0.3.0", package="v4l2-sys-mit", optio
[dev-dependencies]
glium = "0.34"
jpeg-decoder = "0.3.0"
winit = "0.29"
winit = "0.30"

[features]
default = ["v4l2"]
Expand Down

0 comments on commit df0383b

Please sign in to comment.