From 1d2aca3797c001d45b7dd13c4b871ac49ef4ddc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 10:17:53 +0000 Subject: [PATCH] build(deps): bump the winit group with 1 update Bumps the winit group with 1 update: [winit](https://github.com/rust-windowing/winit). - [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.27.5...v0.28.6) --- updated-dependencies: - dependency-name: winit dependency-type: direct:production update-type: version-update:semver-minor dependency-group: winit ... Signed-off-by: dependabot[bot] --- Cargo.lock | 24 +++++++----------------- Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 18 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 77bdffc4..793d1b96 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -120,7 +120,7 @@ version = "0.37.3+1.3.251" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39e9c3835d686b0a6084ab4234fcd1b07dbf6e4767dce60874b12356a25ecd4a" dependencies = [ - "libloading 0.7.4", + "libloading", ] [[package]] @@ -499,7 +499,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "827914e1f53b1e0e025ecd3d967a7836b7bcb54520f90e21ef8df7b4d88a2759" dependencies = [ "bitflags 1.3.2", - "libloading 0.7.4", + "libloading", "winapi", ] @@ -556,7 +556,7 @@ version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412" dependencies = [ - "libloading 0.8.0", + "libloading", ] [[package]] @@ -848,7 +848,7 @@ dependencies = [ "glutin_egl_sys", "glutin_glx_sys", "glutin_wgl_sys", - "libloading 0.7.4", + "libloading", "objc2", "once_cell", "raw-window-handle 0.5.2", @@ -1095,7 +1095,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8c2352bd1d0bceb871cb9d40f24360c8133c11d7486b68b5381c1dd1a32015e3" dependencies = [ "libc", - "libloading 0.7.4", + "libloading", "pkg-config", ] @@ -1133,16 +1133,6 @@ dependencies = [ "winapi", ] -[[package]] -name = "libloading" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d580318f95776505201b28cf98eb1fa5e4be3b689633ba6a3e6cd880ff22d8cb" -dependencies = [ - "cfg-if", - "windows-sys 0.48.0", -] - [[package]] name = "libredox" version = "0.0.2" @@ -1244,7 +1234,7 @@ dependencies = [ "piston_window", "pixels", "thiserror", - "winit 0.27.5", + "winit 0.28.6", "winit_input_helper", ] @@ -2582,7 +2572,7 @@ dependencies = [ "inplace_it", "js-sys", "khronos-egl", - "libloading 0.7.4", + "libloading", "log", "metal", "naga", diff --git a/Cargo.toml b/Cargo.toml index c3edc069..31dd6173 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"