From 0ad8947a61d93a168e94f91584d641f8614e3dbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 00:20:31 +0000 Subject: [PATCH] Bump winit from 0.30.4 to 0.30.5 Bumps [winit](https://github.com/rust-windowing/winit) from 0.30.4 to 0.30.5. - [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.30.4...v0.30.5) --- updated-dependencies: - dependency-name: winit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/gosub_useragent/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 245b05ed8..3b2cb31d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5227,9 +5227,9 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" [[package]] name = "winit" -version = "0.30.4" +version = "0.30.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4225ddd8ab67b8b59a2fee4b34889ebf13c0460c1c3fa297c58e21eb87801b33" +checksum = "0be9e76a1f1077e04a411f0b989cbd3c93339e1771cb41e71ac4aee95bfd2c67" dependencies = [ "ahash", "android-activity", diff --git a/crates/gosub_useragent/Cargo.toml b/crates/gosub_useragent/Cargo.toml index c3dd33099..ec3fcbf53 100644 --- a/crates/gosub_useragent/Cargo.toml +++ b/crates/gosub_useragent/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" gosub_shared = { path = "../gosub_shared" } gosub_render_backend = { path = "../gosub_render_backend" } gosub_renderer = { path = "../gosub_renderer" } -winit = "0.30.4" +winit = "0.30.5" slotmap = "1.0.7" log = "0.4.22" anyhow = "1.0.82"