From df0383be1ace92bcc967675b13a67c97803f220b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 11:07:29 +0000 Subject: [PATCH] build(deps): update winit requirement from 0.29 to 0.30 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](https://github.com/rust-windowing/winit/compare/v0.29.1-beta...v0.30.0) --- updated-dependencies: - dependency-name: winit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3ebcec3..7d997fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]