From f0e9439ec84c044863e4c3664f377f7b524c830c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 14:24:57 +0000 Subject: [PATCH] Bump winit from 0.29.8 to 0.29.9 Bumps [winit](https://github.com/rust-windowing/winit) from 0.29.8 to 0.29.9. - [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.8...v0.29.9) --- updated-dependencies: - dependency-name: winit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- odbc-api/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3d426561..60623376 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1871,9 +1871,9 @@ checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" [[package]] name = "winit" -version = "0.29.8" +version = "0.29.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0dc1a7ae1076890701c7dd71ea35b2aebaf9aeb7b8868ac2d33b1c7e8ef93c00" +checksum = "c2376dab13e09c01ad8b679f0dbc7038af4ec43d9a91344338e37bd686481550" dependencies = [ "android-activity", "atomic-waker", diff --git a/odbc-api/Cargo.toml b/odbc-api/Cargo.toml index 53bec23c..44ccd161 100644 --- a/odbc-api/Cargo.toml +++ b/odbc-api/Cargo.toml @@ -74,7 +74,7 @@ force-send-sync = "1.1.0" # We use winit to display dialogs prompting for connection strings. We can deactivate default # features since it can work only on windows and therfore we do not need any dependencies # associated with various window managers. -winit = { version = "0.29.8", default-features = false, features = ["rwh_06"]} +winit = { version = "0.29.9", default-features = false, features = ["rwh_06"]} [dev-dependencies] lazy_static = "1.4.0"